From: Antony Gelberg Date: Tue, 29 Jun 2010 14:06:15 +0000 (+0000) Subject: Fix over-long example of forever session. X-Git-Tag: v0.31~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=commitdiff_plain;h=2110d07847641c3e7aa7fa1444c05b975e2480e7 Fix over-long example of forever session. --- diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index d81026d..89e39aa 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -788,7 +788,8 @@ expiry time for the whole session). For example: - __PACKAGE__->config('Plugin::Session' => { expires => 1000000000000 }); # forever + __PACKAGE__->config('Plugin::Session' => { expires => 10000000000 }); # "forever" + (NB If this number is too large, Y2K38 breakage could result.) # later