I'm using PHP sessions on a few sites.
I'm finding that the sessions are being destroyed after a random period of time. Often this is within minutes of them being created.
This has the effect of logging me out before I've had the chance to make the changes within my CMS edit page.
The default timeout for PHP sessions is usually 24 minutes but sometimes my sessions are dropping within 30 seconds.
Has anyone else seen this issue?
I'm finding that the sessions are being destroyed after a random period of time. Often this is within minutes of them being created.
This has the effect of logging me out before I've had the chance to make the changes within my CMS edit page.
The default timeout for PHP sessions is usually 24 minutes but sometimes my sessions are dropping within 30 seconds.
Has anyone else seen this issue?
Comment