Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 23, 2012 02:08 PM by roopeshreddy
Member
631 Points
629 Posts
Feb 22, 2012 03:53 PM|LINK
How to automatically detect inactivity and log off after certain intervals? I am using ASP.NET 2.0.
All-Star
32974 Points
8500 Posts
Moderator
Feb 22, 2012 05:42 PM|LINK
This isn't a perfect solution but it just might help.
http://stackoverflow.com/questions/709182/asp-net-implementing-auto-logout-functionality
Feb 22, 2012 05:48 PM|LINK
And maybe this thread might help you as well???
http://forums.asp.net/t/1346830.aspx/2/10?how+to+logout+a+user+after+some+time+when+the+user+is+idle+
20119 Points
3320 Posts
Feb 23, 2012 02:08 PM|LINK
Hi,
You can use META tag to redirect the user to different page after inactivity!
Check the below link!
http://www.htmlcodetutorial.com/document/index_tagsupp_4.html
Hope it helps u...
rpk2006
Member
631 Points
629 Posts
How to log off after inactivity?
Feb 22, 2012 03:53 PM|LINK
How to automatically detect inactivity and log off after certain intervals? I am using ASP.NET 2.0.
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: How to log off after inactivity?
Feb 22, 2012 05:42 PM|LINK
This isn't a perfect solution but it just might help.
http://stackoverflow.com/questions/709182/asp-net-implementing-auto-logout-functionality
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: How to log off after inactivity?
Feb 22, 2012 05:48 PM|LINK
And maybe this thread might help you as well???
http://forums.asp.net/t/1346830.aspx/2/10?how+to+logout+a+user+after+some+time+when+the+user+is+idle+
roopeshreddy
All-Star
20119 Points
3320 Posts
Re: How to log off after inactivity?
Feb 23, 2012 02:08 PM|LINK
Hi,
You can use META tag to redirect the user to different page after inactivity!
Check the below link!
http://www.htmlcodetutorial.com/document/index_tagsupp_4.html
Hope it helps u...
Roopesh Reddy C
Roopesh's Space