Re: Log out function in ASP.NET?

From: Nicole Calinoiu (nicolec@somewhere.net)
Date: 01/28/03


From: "Nicole Calinoiu" <nicolec@somewhere.net>
Date: Mon, 27 Jan 2003 22:24:04 -0500


Eric,

Besides forcing the HTTP status, the only trick I know of is changing the
realm, which could theoretically link to the session. I've heard of this
working on IIS, but I have no idea how ASP.NET would react to it.

Nicole

"Eric C. Au" <auching@auburn.edu> wrote in message
news:#4sMqohxCHA.1268@TK2MSFTNGP10...
> Nicole,
>
> Thank you for the info. But my question is not about session. The problem
> is that IE caches windows domain login information. And I can't find any
> way to erase that except force people to close the browser or send out 403
> in the header (which sometimes confuse people because they suddenly see
the
> popup dialog for enter ID/password again)
>
>
> "Nicole Calinoiu" <nicolec@somewhere.net> wrote in
> news:eBL5nVMxCHA.2868@TK2MSFTNGP12:
>
> > "Logging out" in a web app usually means ending the user's server-side
> > session. To implement this from the client, either use a button that
> > runs the following server-side when clicked or a link to a page that
> > runs the same code from it's load event:
> >
> >
> > "Eric C. Au" <auching@auburn.edu> wrote in message
> > news:O$17nZ$wCHA.2904@TK2MSFTNGP09...
> >> I'm writing some internal application and use Windows authentication
> >> to perform the login process.
> >>
> >> Can someone tell me how to make a "log out" action and direct the
> >> user to another page?
> >>
> >> Currently, after the user logged in, the login information is kept
> >> there till he/she close that browser. And it's hard to force everyone
> >> to close browser after use the program.
> >
> >
> >
>


Quantcast