hi i am using ajax auto complete function in one of my forms. But my problem is over a period of time these suggestions gets stored and , instead of ajax auto complete list browser’s suggestion list comes which hides my ajax list. how can remove this browser cache? and will this remove my session variable also.
Share
It may be enough to just set your Form’s autocomplete to off:
See more here: How do you disable browser Autocomplete on web form field / input tag?, https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion