0

I'm getting a problem with session. When I'm not idle and still using webpage the session expires.

skeletank
  • 2,880
  • 5
  • 43
  • 75

2 Answers2

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:

What causes an application pool in IIS to recycle?

Community
  • 1
  • 1
James Gaunt
  • 14,631
  • 2
  • 39
  • 57