cancel
Showing results for 
Search instead for 
Did you mean: 

PHP unexpected Session expiry

standrewsoxshot
Dabbler
Posts: 13
Registered: ‎28-01-2008

PHP unexpected Session expiry

My PHP sessions keep expiring randomly, sometimes after only a few seconds. I'm wondering if there is some problem with shared storage for session data. Anyone know anything about this?
    Mike
2 REPLIES 2
Peter_Vaughan
Grafter
Posts: 14,469
Registered: ‎30-07-2007

Re: PHP unexpected Session expiry

I seem to recall something like this happening recently and the cause was I believe the /tmp filesystem running out of space (which is where sessions are stored).
Best to raise a ticket and get it checked out.
standrewsoxshot
Dabbler
Posts: 13
Registered: ‎28-01-2008

Re: PHP unexpected Session expiry

Thanks Peter. That sounds very plausible. I'll raise a ticket.
    Mike