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

Commit 1519292

Browse files
committed
issue #97 modification of session timeout mechanism
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.
1 parent 017bc5a commit 1519292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// session store configurating
1010

1111
// Timeuot of session in seconds
12-
ini_set('gc_maxlifetime', 60*60*3); //3 hours
12+
ini_set('session.gc_maxlifetime', 60*60*3); //3 hours
1313

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

0 commit comments

Comments
 (0)