Re: How to terminate client logon? session.abandon not working?
From: Tom Kaminski [MVP] ((A_at_T))
Date: 07/12/04
- Next message: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Previous message: Tim: "DSO and Blaze find"
- In reply to: Todd Johnson: "How to terminate client logon? session.abandon not working?"
- Next in thread: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Reply: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 12 Jul 2004 14:37:51 -0400
"Todd Johnson" <tjohnson@cgisenior.com> wrote in message
news:%23V7xl1DaEHA.2488@tk2msftngp13.phx.gbl...
> It seems that we can wipe out the session vars, but not the
authentication.
>
> How do we terminate the authentication and force the user to logon again?
> Is the old session ID still valid after the abandon?
That's because client authentication is not at all related to the ASP
session. The browser caches the client credentials locally. Aside from
closing the browser to kill the cache you may try:
http://support.microsoft.com/?kbid=195192
-- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://mvp.support.microsoft.com/ http://www.iisfaq.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS http://www.tryiis.com
- Next message: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Previous message: Tim: "DSO and Blaze find"
- In reply to: Todd Johnson: "How to terminate client logon? session.abandon not working?"
- Next in thread: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Reply: Todd Johnson: "Re: How to terminate client logon? session.abandon not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|