I am experiencing issue with a session being destroyed out of nowhere:
session_start(): Failed to decode session object. Session has been destroyed
.
Kind of impossible to replicate the issue since I got this thrown in my server log.
Any ideas what could be the roots of that problem and/or where to start because I am getting that very rare (almost never).
This happened to me when I was storing too much in $_SESSION where they were saved using serialize() in a table. Solution: don't store too much.