Hi,
I'm creating a membership style website and I have set the session timeout to 10 minutes (for now).
Ho do I redirect the user to a certain page (automatically) if the session has timeded out ?
For example... For some online banking if you login and leave the computer for e.g.. 5 mins. it automatically redirects you to a different page notifying you that you have been logged out.
Any Ideas?
Thanks. :)
ps. Session_OnEnd in the global.asa doesn't redirect.