Is there a way to disable cookies in your HTML/PHP Code for Logins
This question already has an answer here:
Your problem is not within the cookie but with the browsers autocomplete feature.
If you want to disable it you should look to this answer: How do you disable browser Autocomplete on web form field / input tag?
The dropdown menu you are referring to is due to your browser, not the cookies your website may or may not be using. You can usually find the option to delete saved form history somewhere in your browser options near where you would clear your history.
链接地址: http://www.djcxy.com/p/26440.html上一篇: 如何使用html禁用输入字段历史记录