I am trying to create a logout page. I found many examples on the web for using ASP.NET but would like to use just ASP. I have a session variable being passed throughout, like so:
I know that I need to "close" or abandon the session variable upon logging out, but not sure how to write it. Can someone point me to a site that shows examples?
~E
Code:
<%Session("sessUserName")=Request.Form("username")%>
I know that I need to "close" or abandon the session variable upon logging out, but not sure how to write it. Can someone point me to a site that shows examples?
~E