Log Out/Off

  • Thread starter Thread starter Jonathan Horvath
  • Start date Start date
J

Jonathan Horvath

Hi, I have a web page set up so that members have to log on to access the site.

How do I go about giving them an option to Log Off?

Thanks,

Jon
 
If the login is server based, then they have to close out of their browser. If script based, then
you can create logout page.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
All depends on how you have them logging in. Are they logging in against a
database and storing a cookie, or the .Net Membership Provider, against a
domain, or ??? Each scenario logs in and logs out differently
 
Back
Top