From: Dan Dascalescu Date: Tue, 23 Jun 2009 10:06:10 +0000 (+0000) Subject: Fixed minor grammar in Tutorial.pod X-Git-Tag: v0.25~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=commitdiff_plain;h=5104edbd1c988415cb1c769ebabf13b2002246ab Fixed minor grammar in Tutorial.pod --- diff --git a/lib/Catalyst/Plugin/Session/Tutorial.pod b/lib/Catalyst/Plugin/Session/Tutorial.pod index 8ccb267..93b75fb 100644 --- a/lib/Catalyst/Plugin/Session/Tutorial.pod +++ b/lib/Catalyst/Plugin/Session/Tutorial.pod @@ -15,7 +15,7 @@ that you know what HTTP is. When users use a site, especially one that knows who they are (sites you log in to, sites which let you keep a shopping cart, etc.), the server preparing the content has to know that request X comes from client A while request Y comes -from client B, so that each user gets the content meant for it. +from client B, so that each user gets the content meant for them. The problem is that HTTP is a stateless protocol. This means that every request is distinct, and even if it comes from the same client, it's difficult to know @@ -106,7 +106,7 @@ providing sensible defaults). The session API itself also has configurable options listed in L. For the plugins above we don't need any configuration at all - they should work -out of the box, but suppose we did want to change some things around, it'll +out of the box, but suppose we did want to change some things around, it'll look like this: MyApp->config( session => { @@ -320,4 +320,3 @@ browser to a malicious user. Yuval Kogman Enothingmuch@woobling.orgE =cut -