eramgarden Posted October 4, 2004 Posted October 4, 2004 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? Quote
pinster Posted October 5, 2004 Posted October 5, 2004 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. Quote Nothing is impossible in Programming! So, take it easy and let us all share your problem. :)
eramgarden Posted October 9, 2004 Author Posted October 9, 2004 he said the main page timesout.. Quote
Administrators PlausiblyDamp Posted October 9, 2004 Administrators Posted October 9, 2004 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.