Click here to Skip to main content
15,908,015 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Automatic Logout Code after some time in asp.net
Posted

Try out like this in web.config

XML
<configuration>
    <system.web>
        <sessionstate timeout="10" />
    </system.web>
</configuration>
 
Share this answer
 
Use Session and Session Timeout to implement this
 
Share this answer
 
It's complete Functionality about "Auto-Logout"..it will help you

http://firozansari.com/2009/05/15/implementing-auto-logout-functionality/[^]
 
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