You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gc_maxlifetime calculation is inaccurate, causing rare random errors:
Nette\InvalidStateException: Unable to set 'session.gc_maxlifetime' to value '1209599' when session has been started by session.auto_start or session_start().
Nette\InvalidStateException: Unable to set 'session.gc_maxlifetime' to value '1209600' when session has been started by session.auto_start or session_start().
Version: nette/http v3.2.2
Bug Description
gc_maxlifetime calculation is inaccurate, causing rare random errors:
config.neon:
Stack:
Or maybe something else is wrong, because it may have started after manually starting sessions in our OAuth login presenter:
Possible Solution
ini_get("session.$key")
to that exception message, for easier diagnosticsThe text was updated successfully, but these errors were encountered: