[Catalyst-commits] r12437 - Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Dec 19 23:51:32 GMT 2009


Author: rafl
Date: 2009-12-19 23:51:32 +0000 (Sat, 19 Dec 2009)
New Revision: 12437

Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
A bit of clarification - logout does not delete the session.

semifor++

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm	2009-12-19 22:32:45 UTC (rev 12436)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm	2009-12-19 23:51:32 UTC (rev 12437)
@@ -879,7 +879,8 @@
 
 =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 )
 




More information about the Catalyst-commits mailing list