[Catalyst] about catalyst authentication

Andrew Rodland arodland at comcast.net
Sat Apr 18 06:52:22 GMT 2009


On Saturday 18 April 2009 01:28:30 am Malloy wrote:
> After restart apache, user must login again. I find $c->user_existsis not
> true.
>
> Why?

Because you're using Session::Store::FastMmap and the session cache file 
didn't exist before your app started, so Cache::FastMmap deletes it on exit?

Andrew





More information about the Catalyst mailing list