Answered by:
ASP.NET session timeout unexpectedly

Question
-
User-390218179 posted
I have an asp.net application in IIS 5.0(windows 2000 server), my application is working with windows authentication and I have set the timeout as 120 min. Say the user starts working from 11:00 and the user is working on the application but after about 2 hrs i.e. about 13:00 the session timeout unexpectedly even though user is working on it.
I have the web.config file as below.
<authentication mode="Windows"/>
<sessionState timeout="120">also checked the asp.net session timeout in the virtual directory properties which is the same 120 min.
Any taught or solution will be very helpful.
Tuesday, November 29, 2011 9:39 AM
Answers
All replies
-
Tuesday, November 29, 2011 10:33 AM
-
User1196771204 posted
hi arvin,
may I please know how did you host your website? Did you run your own dedicated server?Tuesday, November 29, 2011 10:28 PM -
User-1230741328 posted
hii
see following link..
Tuesday, November 29, 2011 10:35 PM -
User-390218179 posted
Website is hosted on a dedicated server, it will be accessed though intranet
Wednesday, November 30, 2011 1:48 AM -
User-390218179 posted
The settings provided in this link is to change the session timeout in the Application Configuration, I am not sure is this used for asp session timeout or also for asp.net session timeout. What will be the effect if this value is less than or greater than the value mentioned in web.config file?<o:p></o:p>
Wednesday, November 30, 2011 1:55 AM -