Log Out/Off
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
Re: Log Out/Off
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
==============================================
"Jonathan Horvath" <JonathanHorvath [at] discussions.microsoft.com> wrote in message
news:FEEE9C99-C38B-4267-811C-FBE5EC8D705B [at] microsoft.com...
> 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
Re: Log Out/Off
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
"Jonathan Horvath" <JonathanHorvath [at] discussions.microsoft.com> wrote in
message news:FEEE9C99-C38B-4267-811C-FBE5EC8D705B [at] microsoft.com...
> 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