blackrabbit
IS-IT--Management
I am running an aps.net application on a windows 2003 server. My session timeout is set to 20 min. Here is my problem:
While tesing some pages that access a SQL database I keep refreshing the page while i make changes to them so I can see if my data is coming in right. As I understood it as long as there was client requests to the web server like clicking links, submitting forms, refreshing the pages, etc. the session would not timeout but would reset the timeout back to the 20 min. That doesn't seem to be happening in my case.
I'm not sure if its doing this after the 20 min or before but I'm losing my session variables not matter how much client activity I have. I'm refreshing the page every 2 to 5 min as I make changes to it. So my session timeout time should never be reached as it keeps refreshing. I'm refreshing the same page over and over to test my changes. The same scripts run each time and there are no scripts on the page that clear the session variables. Has anyone seen this before? Its kind of a pain.
While tesing some pages that access a SQL database I keep refreshing the page while i make changes to them so I can see if my data is coming in right. As I understood it as long as there was client requests to the web server like clicking links, submitting forms, refreshing the pages, etc. the session would not timeout but would reset the timeout back to the 20 min. That doesn't seem to be happening in my case.
I'm not sure if its doing this after the 20 min or before but I'm losing my session variables not matter how much client activity I have. I'm refreshing the page every 2 to 5 min as I make changes to it. So my session timeout time should never be reached as it keeps refreshing. I'm refreshing the same page over and over to test my changes. The same scripts run each time and there are no scripts on the page that clear the session variables. Has anyone seen this before? Its kind of a pain.