Hi all, I want to give users the ability to set their own expire times. Problem is that I'm not tapping the database for their choice until after cgiapp_init, the only place I can really:
$self->session_config( DEFAULT_EXPIRY => 15); without getting an error and death. I'd like to be able to (re)set the expiration time later. Anyway to do this? (I'm not using cookies, other than the one made by default by C::A::P::Session).) Thanks! Brad --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
