Hi All
I have an ASP.NET application (website) that allows users to log on. As any other website, if the user is iddle for a specified number of minutes, he's automatically logged out. I'm using Windows Forms Authentication with cookieless sessions.
My bank's website pops up a message when I'm iddle for a given amount of time. The popup says seomthing like [tt]"You will be logged out in [x] seconds... To stay logged in, click here... To log out, click here"[/tt], and it shows a countdown of seconds until zero. How can I implement this in my own website? I'm using Visual Studio .NET 2002 with C#.
Thanks
JC
_________________________________________________
To get the best response to a question, read faq222-2244.
I have an ASP.NET application (website) that allows users to log on. As any other website, if the user is iddle for a specified number of minutes, he's automatically logged out. I'm using Windows Forms Authentication with cookieless sessions.
My bank's website pops up a message when I'm iddle for a given amount of time. The popup says seomthing like [tt]"You will be logged out in [x] seconds... To stay logged in, click here... To log out, click here"[/tt], and it shows a countdown of seconds until zero. How can I implement this in my own website? I'm using Visual Studio .NET 2002 with C#.
Thanks
JC
_________________________________________________
To get the best response to a question, read faq222-2244.