I am storing user names and addresses in cookies so that they do not
have to enter them in forms. But now if I try to send the form with
new data, the data in cookies is always called when I press the submit
button. The data that I have entered get deleted and the data in the
cookies is submitted. This also happens in scripts where I am not even
using cookies to set the forms. How do I solve this problem?
Thank you
John
have to enter them in forms. But now if I try to send the form with
new data, the data in cookies is always called when I press the submit
button. The data that I have entered get deleted and the data in the
cookies is submitted. This also happens in scripts where I am not even
using cookies to set the forms. How do I solve this problem?
Thank you
John
Comment