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 : Friday, 22 June 2012 06:14:00 GMT