Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
issue #97 modification of session timeout mechanism
Browse files Browse the repository at this point in the history
Now session timeout worked =)
And it is described in config file and no possibility to set it for each user differently.
Furthermore added setting of session store path.
  • Loading branch information
Ovsyanka committed Dec 11, 2015
1 parent 017bc5a commit 1519292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// session store configurating

// Timeuot of session in seconds
ini_set('gc_maxlifetime', 60*60*3); //3 hours
ini_set('session.gc_maxlifetime', 60*60*3); //3 hours

// this defines, where session files will be stored.
// it is important in this case: http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime
Expand Down

0 comments on commit 1519292

Please sign in to comment.