I want the browser to not retain username and password. How do I do?
feedback
|
|
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. | |||
|
feedback
|