6
Answers

Session Time out

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)