Re: browser security improvement feature

Doug Poulin wrote:
> I would like to see a function added (in javascript) that would allow a 
> script to tell the browser to forget the login id and password it had 
> stored for that session.

You can already do this for HTTP authentication: just make a request and 
respond to it with a 401, no?

For cookie-based authentication, script can already set cookies.

-Boris

Received on Thursday, 30 April 2009 17:21:58 UTC