Starlight
09-10-2003, 03:16 PM
Hi,
How do I get Internet Explorer to automatically close when there has been a period of inactivity from the user - say 15 minutes?
I used the ASP "<% Session.Timeout = 15; %> but this does not seem to have an effect. Is what I want to do possible? I have seen other threads about using the Session object but it doesn't really cover my problem. I know that the JS "close();" command would be used to close a window that's the easy bit. The complex bit is detecting a period of inactivity from the user.
Any ideas or if you have done something like this before then let me know.
Many Thanks.
How do I get Internet Explorer to automatically close when there has been a period of inactivity from the user - say 15 minutes?
I used the ASP "<% Session.Timeout = 15; %> but this does not seem to have an effect. Is what I want to do possible? I have seen other threads about using the Session object but it doesn't really cover my problem. I know that the JS "close();" command would be used to close a window that's the easy bit. The complex bit is detecting a period of inactivity from the user.
Any ideas or if you have done something like this before then let me know.
Many Thanks.