Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Ask Question

Session time out handling
Posted
Updated 9-Nov-12 22:15pm
v2
Comments
MT_ 10-Nov-12 4:18am    
Okay. Session Time out handling...now, the question please..
bbirajdar 10-Nov-12 4:49am    
Okay ..Let me take the pleasure... " What is session timeout handling? " ::smile::

1 solution

In Web.Config:
XML
<configuration>
    <system.web>
        <sessionState mode="InProc" timeout="30"/>
    </system.web>
</configuration>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900