mulitple webpages causes session timeouts

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
My coworker had 2 or 3 sessions of the asp.net app open, and he said the sessions timeout pretty quickly when he has mulitple sessions opened...

any ideas as to why and how to fix?
 
Can you illustrate more about the problem? As far as i know, each session maintain it's own timer that checks for its respective timeout threshold.
 
Did he give any timings for how long they took to timeout? What are the settings in web.config regarding sessions? Is he manually clearing the session anywhere in code?

We really need a bit more information to identify the problem.
 
Back
Top