html - Why isn't there a working solution for disabling browser caching? -


i have registration (unique) form want disable memory of email , password field won't autocomplete. tried methods. autocomplete=off fields, explicitly setting field blank disabling caching meta tag.

nothing worked. why nothing possible when easy understand need functionality?

it easy understand need functionality

wrong. should not try prevent user using useful features.

browsers removed support autocomplete="off" precisely because of people you, made autocomplete feature less useful.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -