Re: Log out function in ASP.NET?

From: Eric C. Au (auching@auburn.edu)
Date: 01/27/03


From: "Eric C. Au" <auching@auburn.edu>
Date: Mon, 27 Jan 2003 07:38:38 -0800


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