I want the browser to not retain username and password. How do I do?

link|improve this question
You're gonna have to be a little more specific in your description than that – Mathias R. Jessen Jan 28 at 16:40
feedback

1 Answer

If you mean "Basic" auth, then there's nothing that you can do.

HTML forms can dictate that a browser should not retain a password, but there's no mechanism to do this for Basic auth.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.