Catalyst::Plugin::Session::State::Cookie - doc cleanup + coverage
Yuval Kogman [Mon, 31 Oct 2005 08:42:19 +0000 (08:42 +0000)]
lib/Catalyst/Plugin/Session/State/Cookie.pm

index 518d807..f1aaa8d 100644 (file)
@@ -80,7 +80,12 @@ Will restore if an appropriate cookie is found.
 
 =item finalize
 
-Will set a cookie called C<session> if it doesn't exist or if it's value is not the current session id.
+Will set a cookie called C<session> if it doesn't exist or if it's value is not
+the current session id.
+
+=item setup_session
+
+Will set the C<cookie_name> parameter to it's default value if it isn't set.
 
 =back