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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Log-Out

Status
Not open for further replies.

fterrazas

Technical User
Dec 29, 2000
43
ES
How can I do a Log-out function? I have a tutor very time a user enter, sing in to the tutor(a DB is available for this), I want to put a LOG-OUT button but I don't know how to do it, thanks for your help.
 
I don't understand your English very well, but you would want to put the logout function in your global.asa file under the Session_onEnd event...
penny.gif
penny.gif
 
What I want to do is put a LOG-OUT Button, and when the user push that button, the session end, what I don't know how to do it is use or call the function session end when the user push the button.
 
Use a normal hyperlink to link to a page containing the following...

<HTML>
<%Session.Abandon%>

You have been logged out so go somewhere else.

</HTML> -GTM Solutions, Home of USITE-
-=
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top