From: Robert Rothenberg Date: Tue, 17 Sep 2013 13:42:42 +0000 (+0100) Subject: Updated POD X-Git-Tag: 0.40~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=rrwo%2Fexpiry_threshold;p=catagits%2FCatalyst-Plugin-Session.git Updated POD --- diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index 9e11a2b..2f4f677 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -1080,8 +1080,8 @@ hours). =item expiry_threshold -The time (in seconds) before the session expiration to update the -expiration time (and thus the session). +Only update the session expiry time if it would otherwise expire +within this many seconds from now. The purpose of this is to keep the session store from being updated when nothing else in the session is updated. @@ -1222,6 +1222,8 @@ And countless other contributers from #catalyst. Thanks guys! Devin Austin (dhoss) +Robert Rothenberg + =head1 COPYRIGHT & LICENSE Copyright (c) 2005 the aforementioned authors. All rights