Dec 20, 2005 #1 tekyge Programmer Joined Dec 11, 2005 Messages 125 Location US I want to creat an hyperlink to abandon a session? Any help? Thanks
Dec 20, 2005 Thread starter #2 tekyge Programmer Joined Dec 11, 2005 Messages 125 Location US I have this but need to know if I can call it from a hyperlink or how? <% Response.Buffer = true Session.Abandon Response.Redirect("login.asp") %> Upvote 0 Downvote
I have this but need to know if I can call it from a hyperlink or how? <% Response.Buffer = true Session.Abandon Response.Redirect("login.asp") %>
Dec 20, 2005 #3 ChrisHirst IS-IT--Management Joined Nov 23, 2001 Messages 8,049 Location GB have a "logout" link Code: <a href="/login.asp?action=logout" >Logout</a> then run the code Chris. Indifference will be the downfall of mankind, but who cares? Woo Hoo! the cobblers kids get new shoes. People Counting Systems So long, and thanks for all the fish. Upvote 0 Downvote
have a "logout" link Code: <a href="/login.asp?action=logout" >Logout</a> then run the code Chris. Indifference will be the downfall of mankind, but who cares? Woo Hoo! the cobblers kids get new shoes. People Counting Systems So long, and thanks for all the fish.