As you know Firefox remembers the basic authentication info for a user once the user logs in.
How do I remove this programmatically using javascript?
Scenario:
- User logs in
- An ajax request using basic authentication is sent to the server
- If successful, firefox then remembers authentication info
- If user logs out, firefox still remembers it, unless browser is restarted.