Sessions expire irregularily

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fluidbyte
Forum Commoner
Posts: 30
Joined: Tue May 27, 2008 2:07 pm

Sessions expire irregularily

Post by fluidbyte »

I'm using a session variable to contain an authenticated user's id. Seems to work fine, but sometimes (unexplainably) when the page refreshes or the user navigates to another page the session will (I'm assuming) expire, because I can no longer access it.

Is this something having to do with my server, or could it be some code/expiration issue?
Post Reply