[Catalyst] loging out...
Yuval Kogman
nothingmuch at woobling.org
Tue Jan 24 23:44:57 CET 2006
On Tue, Jan 24, 2006 at 23:32:42 +0200, raptor wrote:
> hi,
>
> Can't logout ? I do $c->logout but if I look at the debug screen i cant see where the session is destroyed..
> I see only :
>
> Found sessionid "0d762801..."
> and
> Restored session "0d762801...."
Logout is for authentication, it clears the "logged in" status in
the session.
You probably want
$c->delete_session();
> Where ->logout() is implemented, so i can trace it.
> It is not in Catalyst::Plugin::Authentication::Credential::Password ?
> tia.
Yes, it is
--
() Yuval Kogman <nothingmuch at woobling.org> 0xEBD27418 perl hacker &
/\ kung foo master: /me dodges cabbages like macalypse log N: neeyah!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060125/a4389b06/attachment.pgp
More information about the Catalyst
mailing list