Re: Logout from windows authentication??



MattC

thank you for your response.

in fact, clearing the session collection won't help, since it does nothing
to the authentication process/authenitcated commnunication
in the httpContext

Kevin




"MattC" <m@xxxxx> wrote in message
news:%23H4OvlEPFHA.2704@xxxxxxxxxxxxxxxxxxxxxxx
> Ack! Sorry I assumed you meant Integrated Windows Authentication. Closing
> the window should kill the current authentication process. Have you tried
> abandoning the current Session to see if that clears user authentication
> details?
>
> MattC
> "Kevin Yu" <koo9@xxxxxxxxxxx> wrote in message
> news:%23jeMgeEPFHA.4064@xxxxxxxxxxxxxxxxxxxxxxx
> >" Windows Authentication is based on the current windows login,"
> >
> > what current windows login? you mean the login to the workstation? no,
> > it's
> > the crudential that the user enter when prompt by the authentication
> > server,
> > the user need to be in the AD or in the authenticating server. after the
> > user it's authenticated, the subsequent communication will contain the
> > authenticated info in the httpContext. now I am not sure where I can
> > find
> > more information on how this works, there got to be someway to logout
for
> > the users.
> >
> >
> >
> >
> >
> > I dont think
> >> you can issue a system logout request from a webpage without using some
> > kind
> >> of ActiveX control.
> >>
> >> MattC
> >> "Kevin Yu" <koo9@xxxxxxxxxxx> wrote in message
> >> news:eLL6cK8OFHA.3512@xxxxxxxxxxxxxxxxxxxxxxx
> >> > is it possible to for user to click a logout button to logout and
when
> > the
> >> > user want to get into the system again, the user have to login again?
> >> >
> >> >
> >> > Kevin
> >> >
> >> >
> >>
> >>
> >
> >
>
>


.