From: Yuval Kogman Date: Mon, 31 Oct 2005 08:42:19 +0000 (+0000) Subject: Catalyst::Plugin::Session::State::Cookie - doc cleanup + coverage X-Git-Tag: v0.01~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=19c2baa1eebb6a6d4d16d427c5e169f1efb5dfe2 Catalyst::Plugin::Session::State::Cookie - doc cleanup + coverage --- diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 518d807..f1aaa8d 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -80,7 +80,12 @@ Will restore if an appropriate cookie is found. =item finalize -Will set a cookie called C if it doesn't exist or if it's value is not the current session id. +Will set a cookie called C if it doesn't exist or if it's value is not +the current session id. + +=item setup_session + +Will set the C parameter to it's default value if it isn't set. =back