Rupesh N

Rupesh N

  • NA
  • 380
  • 43.7k

Session time out

Mar 14 2018 8:44 PM
Thanks.
so, you have tell to changes entire program . means webconfig and login form? or every session pages change the code ?
 
i mean only, changes webconfig ?
 
My code is:
<configuration>
<system.web>
<sessionState timeout="40000" mode="InProc"></sessionState>
</system.web>
</configuration>
 
but, 2 min to expire session.
and
 
hosting is authentication setting:
session mode: windows
session time out(min): 40000.
but, only 2 min stay. after expiring sessions.
this is my problem. so, please most of live examples tell me.

Answers (2)