FrontPage Server Extensions for Windows - Need a LogOff Button to end an SSL Session

This is Interesting: Free IT Magazines  
Home > Archive > FrontPage Server Extensions for Windows > June 2004 > Need a LogOff Button to end an SSL Session





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Need a LogOff Button to end an SSL Session
zeddock

2004-06-26, 10:50 am

Since users are authenticated comming into the SSL
website, I would like for them to have the option to
Logout of those entered credentials when they want to
leave their machine.

I set up the Win2003 Server for a timeout on inactivity,
but that is more passive than is really needed.

How can I force the server to End the session and make
them re-enter their username, domain and password to re-
enter?

Thanx,

-zeddock (Don't forget to drop the -DropThisText- from my
email name, please.
Thomas A. Rowe

2004-06-26, 10:50 am

As long as you are using ASP, then create a page, i.e., logout.asp and with just the following info,
no html tags:

<%
Session.Abandon
Response.Redirect "http://www.yourdomain.com"
%>

--
========================================
======
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
========================================
======
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"zeddock" <Jim-DropThisText-@Leaders.net> wrote in message
news:2075001c45939$b8ef1260$a501280a@phx
.gbl...
> Since users are authenticated comming into the SSL
> website, I would like for them to have the option to
> Logout of those entered credentials when they want to
> leave their machine.
>
> I set up the Win2003 Server for a timeout on inactivity,
> but that is more passive than is really needed.
>
> How can I force the server to End the session and make
> them re-enter their username, domain and password to re-
> enter?
>
> Thanx,
>
> -zeddock (Don't forget to drop the -DropThisText- from my
> email name, please.



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com