Rameez Javed

Rameez Javed

  • NA
  • 395
  • 57.6k

Asp.net Session timeout

Apr 2 2020 2:05 AM
Hi, I want to make session timeout for atleast 45mins, what I'm doing is mentioned below with referrence link
 
  1. <configuration>  
  2.      <system.web>  
  3.         <sessionState timeout="20"></sessionState>  
  4.      </system.web>  
  5.    </configuration>  
Ref Link: https://stackoverflow.com/questions/1205828/how-to-set-session-timeout-in-web-config 
 
I deployed my application on Plesk server, but session timeout is not working for me, In IIS it is just to set some settings in IIS and its done.
Thanks in advance 

Answers (5)