Hari B

Hari B

  • NA
  • 139
  • 67.3k

Session Time out

Feb 2 2016 3:51 AM
Session time out working perfect.
 
how to show the message for user if it session time out.
 
i write the code in web config please find below
 
<system.web>
<sessionState mode="InProc" timeout="1" />
</system.web>
 
 

Answers (6)