X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FTutorial.pod;h=eba3f47fef28a4b4e7981852e76c7ad2f2669eb6;hb=2f038cb0adf570c20cb825bb1332112a2fa5950f;hp=a2b74a805df2e4b70cedb4c55d21e4bd5f27cf82;hpb=382d6092e0d1a57eb007c957597ca2cf2a85d8a3;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/lib/Catalyst/Plugin/Session/Tutorial.pod b/lib/Catalyst/Plugin/Session/Tutorial.pod index a2b74a8..eba3f47 100644 --- a/lib/Catalyst/Plugin/Session/Tutorial.pod +++ b/lib/Catalyst/Plugin/Session/Tutorial.pod @@ -72,7 +72,7 @@ State plugins handle session ID persistence. For example L creates a cookie with the session ID in it. -These plugins will automatically set C<< $c->sessionid >> at the begining of +These plugins will automatically set C<< $c->sessionid >> at the beginning of the request, and automatically cause C<< $c->sessionid >> to be saved by the client at the end of the request.