X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FState.pm;h=e9112c513480e89e5a8fa7135fff65ef36d44670;hb=c4b2fb0e1e73681637a10b6663aaf952a0e49a6f;hp=c89d58c279fa565167dae4b930cf96b690464fe4;hpb=eb14af1e7cb1fccd12f708f4d257eb1c8413e9b7;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/State.pm b/lib/Plack/Session/State.pm index c89d58c..e9112c5 100644 --- a/lib/Plack/Session/State.pm +++ b/lib/Plack/Session/State.pm @@ -109,7 +109,7 @@ however in both cases a default will be provided for you. =item B -This is the name of the session key, it default to 'plack_session'. +This is the name of the session key, it defaults to 'plack_session'. =item B @@ -155,7 +155,7 @@ instance or an object with an equivalent interface. =item B Given a C<$session_id> and a C<$response> this will perform any -finalization nessecary to preserve state. This method is called by +finalization necessary to preserve state. This method is called by the L C method. The C<$response> is expected to be a L instance or an object with an equivalent interface.