-1

Are all modern browsers implementing a remember password feature? Or do I have to implement it via cookies for some browsers? I am thinking about Opera, FireFox, IE, Chrome, Safari, etc...

I mean, when you login on a website (for example), Firefox offers to remember the entered password with the provided user login id. Later, the user does not have to retype it anymore.

EDIT

To be more precise, I am referring indeed to form fields such as HTML passwords etc...

Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453

1 Answers1

2

All of the browsers you mention have the facility to save and auto-populate form fields (including username/password fields)

Clive
  • 36,918
  • 8
  • 87
  • 113