I have recently got my website launched on Debian platform.
However, I keep getting this 'Error reading session data' whenever try to read the session data. I suspect it could be caused by corrupted session data.
I had tried to ini_set 'session.gc_probability' to 0, but still can't get thing right. As follows:
ini_set('session.gc_probability', 0);
And yes, it's using session 'native' driver.
Does anyone here encounter this problem before?
Your help is greatly appreciated!