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. -BorisReceived on Thursday, 30 April 2009 17:21:58 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:25:00 GMT