Sometimes when you input information, they have autocomplete in input fields. For example sometimes if that input field is just basic information such as Name, Address, etc, you can double click on it, and a previously added field would have suggestions.
How does that work? I'm sure its not going into a mysql database to memorize user inputs. Is it through sessions? cookies? jquery? ajax?
I hope my question is clear enough for someone's answer,
Thanks!