Hi,
In My application,when a user login into application i update the login_status='Y' in database
If the user idle for more 20 minutes it will automatically redirect to login page
How to update database Login_status='N'
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishnujeet KumarPosted Dec 26, 2012, 9:18 AM
Ganesh MPosted Dec 26, 2012, 6:53 AM
Vishnujeet KumarPosted Dec 26, 2012, 4:46 AM
go through this article and try to apply this logic .
http://msdn.microsoft.com/en-us/library/ms178583(v=vs.100).aspx
Sivaraman DhamodaranPosted Dec 26, 2012, 4:29 AM
Update