From fb448187078ace6574f145c39c319c38a287c84b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 1 Aug 2015 12:35:06 -0400 Subject: Add config parameter to define session duration --- docs/config.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/config.markdown b/docs/config.markdown index 44f72b32..5fb6bb18 100644 --- a/docs/config.markdown +++ b/docs/config.markdown @@ -210,6 +210,15 @@ define('BRUTEFORCE_LOCKDOWN', 6); define('BRUTEFORCE_LOCKDOWN_DURATION', 15); ``` +Session +------- + +```php +// Session duration in second (0 = until the browser is closed) +// See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime +define('SESSION_DURATION', 0); +``` + Various settings ---------------- -- cgit v1.2.3