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=10b9495d40cb77a4c47f5dfea5585f2faa456c56;hp=cd2b8bee0122af536351b30417fb558d1de459c2;hb=1536d9aa41a56dfdd7daa11f552cd5733fa39f15;hpb=2cfb85de2edccd6dacf467944752108b53d537b8 diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index cd2b8be..10b9495 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,7 @@ use warnings; use NEXT; use Catalyst::Utils (); -our $VERSION = "0.08"; +our $VERSION = "0.09"; BEGIN { __PACKAGE__->mk_accessors(qw/_deleted_session_id/) } @@ -193,12 +193,12 @@ Will restore if an appropriate cookie is found. =item finalize_cookies -Will set a cookie called C if it doesn't exist or if it's value is not +Will set a cookie called C if it doesn't exist or if its 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. +Will set the C parameter to its default value if it isn't set. =back @@ -250,15 +250,18 @@ L, L. =head1 AUTHORS +Yuval Kogman Enothingmuch@woobling.orgE + +=head1 CONTRIBUTORS + This module is derived from L code, and has been heavily modified since. Andrew Ford Andy Grundman Christian Hansen -Yuval Kogman, C Marcus Ramberg -Jonathan Rockway, C +Jonathan Rockway Ejrockway@cpan.orgE Sebastian Riedel =head1 COPYRIGHT