I'm getting a problem with session. When I'm not idle and still using webpage the session expires.
Asked
Active
Viewed 633 times
2 Answers
0
If you havent set, the default session timeout is 20 mts. Also it will increment by its own if you are referring or using the session variables.
Are you sure that you are the using session variables during your non-idle time?

Anto Varghese
- 3,131
- 6
- 31
- 38
0
If you are using InProc session state it could be that the application domain is being recycled. This could be due to any number of things, see this question:

Community
- 1
- 1

James Gaunt
- 14,631
- 2
- 39
- 57