Re: How to terminate client logon? session.abandon not working?
From: Todd Johnson (tjohnson_at_cgisenior.com)
Date: 07/12/04
- Next message: Darren: "LOGON_USER"
- Previous message: Tom Kaminski [MVP]: "Re: How to terminate client logon? session.abandon not working?"
- In reply to: Tom Kaminski [MVP]: "Re: How to terminate client logon? session.abandon not working?"
- Next in thread: Jerry Pisk: "Re: How to terminate client logon? session.abandon not working?"
- Reply: Jerry Pisk: "Re: How to terminate client logon? session.abandon not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 12 Jul 2004 15:03:58 -0500
Thanks for the prompt response Tom!
I must say, though - that I'm a little disappointed in how IE handles this.
If the server sends a session.abandon then why aren't the credentials used
for that site either marked "dirty" or removed from the cache?
Our alternatives are not real pretty. Closing the browser seems a bit
intrusive (and wouldn't we have to close ALL browser windows). The client
component is also not ideal. It does appear simple from a development
perspective, but it requires us to sign and install custom components on the
client in a time where many viruses and spyware components are also trying
to be installed on the client.
Most lay users may not understand the differences between malware components
and legitimate components. Frequently, I simply advise users to either
disable activeX controls or at least prompt before install. May also have
some issues with sites where ActiveX controls are disabled on the proxy or
firewall units. So, this could be just a bunch of phone calls to our help
desk. (We get several calls already with http vs https - so you can see
what our user population is like).
In summary, if these are our only alternatives - we'll probably use the
client side control.
Thanks again,
Todd
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:ccul50$d3u1@kcweb01.netnews.att.com...
> "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: Darren: "LOGON_USER"
- Previous message: Tom Kaminski [MVP]: "Re: How to terminate client logon? session.abandon not working?"
- In reply to: Tom Kaminski [MVP]: "Re: How to terminate client logon? session.abandon not working?"
- Next in thread: Jerry Pisk: "Re: How to terminate client logon? session.abandon not working?"
- Reply: Jerry Pisk: "Re: How to terminate client logon? session.abandon not working?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|