X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FStore.pm;h=263190203798fe7d3a240c5bcca4b8ab9e0e7e61;hb=9a50355f0e86b8301d4b17adff7ce8bba8f42ade;hp=8f07055cfe1297bb01050721fdc59d837d5cbfe4;hpb=064c3709e9bb8f435964fe9bf06b169db710e40d;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/lib/Catalyst/Plugin/Session/Store.pm b/lib/Catalyst/Plugin/Session/Store.pm index 8f07055..2631902 100644 --- a/lib/Catalyst/Plugin/Session/Store.pm +++ b/lib/Catalyst/Plugin/Session/Store.pm @@ -102,7 +102,7 @@ are not checked, and are assumed to be OK. Missing values are not errors. =head2 Auto-Expiry on the Backend Storage plugins are encouraged to use C<< $c->session_expires >>, C<< -$c->config->{session}{expires} >>, or the storage of the +$c->config('Plugin::Session' => { expires => $val }) >>, or the storage of the C key to perform more efficient expiration, but only for the key prefixes C, C and C.