Hi all,
I have an ASP project that various types of users are going to use. These users will have different timeout values associated with them. When the timeout value is reached, I want to redirect the user to the login page.
I did a little looking around on this site and some experimenting. Making a Session_OnEnd in the Global.asa file does not work. It causes a run-time error on my server.
I found a suggestion for adding a meta tag to the head of the page. This isn't going to work for me because I don't have one standard timeout value, my different users have different timeout values.
Someone suggested there might be a way to do it with JavaScript. Can someone point me in the right direction with the JavaScript solution or give me another idea that might work? I am a bit stumped on this one.
Thanks,
Ann
I have an ASP project that various types of users are going to use. These users will have different timeout values associated with them. When the timeout value is reached, I want to redirect the user to the login page.
I did a little looking around on this site and some experimenting. Making a Session_OnEnd in the Global.asa file does not work. It causes a run-time error on my server.
I found a suggestion for adding a meta tag to the head of the page. This isn't going to work for me because I don't have one standard timeout value, my different users have different timeout values.
Someone suggested there might be a way to do it with JavaScript. Can someone point me in the right direction with the JavaScript solution or give me another idea that might work? I am a bit stumped on this one.
Thanks,
Ann