0

I am having an asp.net website. I have set Session Timeout in webconfig to 60min but still if I keep browser ideal for even 10-15 min my session gets expire and website gets Logout. Why is this happening can anyone please suggest

webconfig

<system.web>
<sessionState timeout="60" />    
</system.web>
Naved Ansari
  • 650
  • 2
  • 13
  • 31

1 Answers1

0

There are many ways to achieve this Control Panel -> Administrative Tools -> IIS Manager -> Select desired web site -> in ASP.NET section on right side open Session State -> and finally, in text box named "Time-out (in minutes)"

another way `

Pramod
  • 96
  • 7