Please help.
I have a login screen that creates a session i.e.
session("ID") = objRS("ID")
Session.Timeout = 5
How do i make it that if they leave the page for longer than the session time ie 5 minutes it will redirect them to another page to log them out.
Whats the point in putting a timeout on the session if this cannot be done.
Matthew Wilde
matthew@ukwebsite.com