Session Timeouts

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
msurabbott
Forum Commoner
Posts: 33
Joined: Thu Jan 01, 2009 10:18 pm
Location: Chicago, IL, USA

Session Timeouts

Post by msurabbott »

I have two applications running on the same server, their document root is in the same directory. Both applications using authentication that just puts a token in a session..

One applications session doesn't seem to timeout at all, the other times out after 5 or so minutes.

What are the possible reasons why they would act differently, and/or how can this be fixed?

Thanks in advance!
Post Reply