Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Log Out Page

Status
Not open for further replies.

Airpan

Technical User
Jun 14, 2005
172
US
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:
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
 
Thanks guys - will give it a go.

~E
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top