The point is, your sessions are going to be cleared out upon server restart.
On Sat, Apr 18, 2009 at 1:10 AM, Malloy <[email protected]> wrote: > Hi Andrew > > debian:/tmp/qy# ls > session_data > > > > On Sat, Apr 18, 2009 at 2:52 PM, Andrew Rodland <[email protected]>wrote: >> >>> 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 >>> >>> > > > -- > Jack Malloy > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > > -- Devin Austin http://www.codedright.net http://www.dreamhost.com/r.cgi?326568/hosting.html - Host with DreamHost!
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
