"Evaldas Imbrasas" <[EMAIL PROTECTED]> 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



_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to