[Catalyst] loging out...
raptor
raptor at tvskat.net
Tue Jan 24 22:32:42 CET 2006
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...."
Where ->logout() is implemented, so i can trace it.
It is not in Catalyst::Plugin::Authentication::Credential::Password ?
tia.
this is the application use clause :
use Catalyst qw/-Debug Static::Simple
Authentication Authentication::Store::Minimal Authentication::Credential::Password
Session Session::Store::FastMmap Session::State::Cookie
/;
More information about the Catalyst
mailing list