Feb 24, 2003 #1 tseh Programmer Jan 13, 2000 64 CA How can I end a session if the user doesn't click on my logout button so that my site forces them to logon to each session? Thanks, Howard
How can I end a session if the user doesn't click on my logout button so that my site forces them to logon to each session? Thanks, Howard
Feb 26, 2003 #2 James1981 Programmer Nov 2, 2002 76 US Howard, What you're trying to achieve is a little confusing... You call Session.Abandon() to kill a session. What is the function of your logout button if it is not to abandon the session? James Upvote 0 Downvote
Howard, What you're trying to achieve is a little confusing... You call Session.Abandon() to kill a session. What is the function of your logout button if it is not to abandon the session? James