Skip to content
Snippets Groups Projects
Unverified Commit 8afb5575 authored by briancanini's avatar briancanini Committed by GitHub
Browse files

Merge pull request #167 from ASCWebServices/ascoverseer_timeout

Forgot to update production login timeout settings
parents 76e6e68e cb10da70
No related merge requests found
......@@ -19,10 +19,10 @@ parameters:
# collector. When a session is deleted, authenticated users are logged out,
# and the contents of the user's $_SESSION variable is discarded.
# @default 200000
gc_maxlifetime: 200000
gc_maxlifetime: 86400
#
# Set session cookie lifetime (in seconds), i.e. the time from the session
# is created to the cookie expires, i.e. when the browser is expected to
# discard the cookie. The value 0 means "until the browser is closed".
# @default 2000000
cookie_lifetime: 2000000
cookie_lifetime: 86400
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment