-12

When login with username, password these values saved into browser cache. How to stop this.

chris85
  • 23,846
  • 7
  • 34
  • 51
Suresh
  • 21
  • 1

1 Answers1

1

You can turn off the auto complete feature, guess that is what you mean?

<input type="text" name="username" autocomplete="off">
MarcHoH
  • 340
  • 1
  • 6