Hi.
When I set session expiration using:
ini_set('session.gc_maxlifetime','3');
and I refresh page after 10 seconds or even change my system time to a
few hours ahead, the session variables still exist. It doesn't work even
if I change it directly in php.ini. I am running the Apache 2 with PHP
Jason Barnett wrote:
Hmmm, do you mean the old session values are being carried forward?
Perhaps some code is in order here.
Yes. I also tried to increase the gc_probability value, so there will be
100% chance that the session data will be seen as garbage, but it still
doesn't work.
Of course I