X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FState%2FCookie.pm;h=f1aaa8db77161040e223de63fea64e4f55086380;hp=518d8077c1f5a3100e99619e02fc09370186317c;hb=19c2baa1eebb6a6d4d16d427c5e169f1efb5dfe2;hpb=7acb108b5a1ada44cf65824df59a1d00a810b126 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