[Catalyst] Re: Persistent login

Wade.Stuart at fallon.com Wade.Stuart at fallon.com
Tue May 15 23:55:53 GMT 2007





"Evaldas Imbrasas" <evaldas at imbrasas.com> wrote on 05/15/2007 05:45:11 PM:

> Persistent login is the one that lasts longer than a session. When a
> user logs in, she gets an option to be remembered for a given period
> of time. If this user comes back within that period of time, she is
> auto-logged in. A good example for this is mail.yahoo.com.

I do not know what you mean "lasts longer then a session"  -- http is
stateless,  if you want state (such as logged in and authorized) you need
some sort of session (cookie, uri, hiddenform,...).

http://search.cpan.org/~mramberg/Catalyst-Plugin-Session-0.14
/lib/Catalyst/Plugin/Session.pm





More information about the Catalyst mailing list