in reply to Re^2: HTML::Template and authenticated sessions
in thread HTML::Template and authenticated sessions

CGI::Application::Session is an extension to CGI::Application that associates CGI::Sessions with cookies or query parameters. Easy to use, especially if you're already using CGI::Application.

  • Comment on Re^3: HTML::Template and authenticated sessions