A bit of clarification - logout does not delete the session.
Florian Ragwitz [Sat, 19 Dec 2009 23:51:32 +0000 (23:51 +0000)]
semifor++

lib/Catalyst/Plugin/Authentication.pm

index 87f2257..2ad4433 100644 (file)
@@ -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 )