Dec 20, 2005 #1 tekyge Programmer Dec 11, 2005 125 US I want to creat an hyperlink to abandon a session? Any help? Thanks
Dec 20, 2005 Thread starter #2 tekyge Programmer Dec 11, 2005 125 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 Nov 23, 2001 8,049 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.