How to prevent the credit-card number field being cached by the browser
- by Simon Johnson
I have an input field on a webpage that contains a credit-card number. What is the best way of preventing the browser from caching this value?
Any solution needs to work on a large selection of browsers.