X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=2719cc43912d4b2923995cb99ae26b4e42239835;hp=eb6a02d0f448d32dd6b56948724fff4f4519cc2b;hb=5edc2aaeb0c2dd02f1418b8e20c8a610d3779e29;hpb=d712b8268991d1d97723bda87975411c4f74263d diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index eb6a02d..2719cc4 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -350,12 +350,14 @@ Edit C and update it as follows (everything below C is The three C plugins work together to support Authentication while the C plugins are required to maintain state across multiple HTTP requests. Note that there are several -options for L +options for L (L is generally a good choice if you are on Unix; try -L if you are on -Win32) -- consult L and -its subclasses for additional information. +L if you +are on Win32) -- consult +L and its subclasses +for additional information and options (for example to use a +database-backed session store). =head2 Configure Authentication @@ -634,6 +636,7 @@ lines to the bottom of the file: TT code, it's probably a little too subtle for use in "normal" comments. %] +

Although most of the code is comments, the middle few lines provide a "you are already logged in" reminder if the user returns to the login