in reply to Re: Re: Re: Regarding User Sessions
in thread Regarding User Sessions

Hi Anne,

Another option is to use CGI::Application::Session. It also provides seamless integration with CGI::Session. I use Apache::AuthCookieDBI to handle user authentication, but the logic in my cgiapp_prerun handler is similar (if user is not logged in, redirect to a runmode that displays login page).

William
  • Comment on Re: Re: Re: Re: Regarding User Sessions