5
Answers

Asp.net Session timeout

Rameez Javed

Rameez Javed

4y
1.9k
1
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)