tweak doc for 'change_session_expires'
Gerda Shank [Mon, 23 Apr 2012 17:40:59 +0000 (13:40 -0400)]
lib/Catalyst/Plugin/Session.pm

index 59c94fb..0aae817 100644 (file)
@@ -858,6 +858,8 @@ You can change the session expiration time for this session;
 
     $c->change_session_expires( 4000 );
 
+Note that this only works to set the session longer than the config setting.
+
 =back
 
 =head1 INTERNAL METHODS