Re: [cgiapp] C::A::P::Session not 'remembering' session

2005-12-17 Thread bradford
Cees: That is odd, as it usually works out of the box without requiring any configuration. You're absolutely right. I was just trying too hard. After commenting out session_config and having it work, I successfully added back in: $self-session_config( DEFAULT_EXPIRY = '+15m'); As I

[cgiapp] C::A::P::Session not 'remembering' session

2005-12-16 Thread bradford
Seems like I have spent more time on C::A::P::Session than all the other plugins combined--and I just can't get it to work. It is setting a session in cgiapp_postrun after logging in for the first time (it is also setting a cookie very nicely). This is evidenced by the line: 'logged_in: 1 in my

Re: [cgiapp] C::A::P::Session not 'remembering' session

2005-12-16 Thread Johan Kuuse
I'm using older versions, C::A::P::Session v. 0.07 and CGI::Session 3.95. And I store the sessions in MySQL (connect using C::A::P::DBH), but the following code may help you anyway: # CGI::Application::Plugin::Session - configure the session sub init_session { my $self = shift;