Page 1 of 1

Sessions expire irregularily

Posted: Thu Jul 24, 2008 1:14 pm
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?