From: Jesse Sheidlower Date: Fri, 26 Jan 2007 19:36:54 +0000 (+0000) Subject: fixed bit on session stores in Auth Tut X-Git-Tag: v5.8005~357 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=e74b1cd136cada56a25d50a735b05b0ff152201d;hp=d712b8268991d1d97723bda87975411c4f74263d fixed bit on session stores in Auth Tut --- diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index eb6a02d..d3c46d6 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