Skip to content

Commit

Permalink
Item12180: Configure cookies expire too soon.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16491 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Jan 30, 2013
1 parent 63a2497 commit 84032ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure.pm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ use constant TRANSACTIONLOG => 0;
# session Session management constants

use constant SESSIONEXP => '60m'; # Lifetime of interactive session
use constant COOKIEEXP => '61m'; # Lifetime of cookie
use constant COOKIEEXP => '10y'; # Lifetime of cookie
use constant SAVEEXP => '5m'; # Lifetime of cached save password
use constant RESOURCEEXP => '1m'; # Resource access window
use constant COOKIENAME => 'FOSWIKICFG4SID'; # Change with DSN
Expand Down

0 comments on commit 84032ab

Please sign in to comment.