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
Sessions with session.gc_maxlifetime greater than 2,592,000 expire immediately because the value is interpreted as a unix timestamp. Setting a gc_maxlifetime of 2,678,400 (31 days) will result in no sessions being stored because the driver is telling memcached to expire the key 1970-02-01 12:00:00am UTC.