From: Florian Ragwitz Date: Sat, 19 Dec 2009 23:51:32 +0000 (+0000) Subject: A bit of clarification - logout does not delete the session. X-Git-Tag: v0.10016~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18b5ff8016bf6177bb2b33c21cfb5f7b1dcaa74b;hp=87d186b172c2979a308e883baa1c72cebb1a7d30;p=catagits%2FCatalyst-Plugin-Authentication.git A bit of clarification - logout does not delete the session. semifor++ --- diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 87f2257..2ad4433 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -879,7 +879,8 @@ logged in right now and was retrieved from the realm provided. =head2 $c->logout( ) -Logs the user out. Deletes the currently logged in user from C<< $c->user >> and the session. +Logs the user out. Deletes the currently logged in user from C<< $c->user >> +and the session. It does not delete the session. =head2 $c->find_user( $userinfo, $realm )