The server can really only suggest that a browser accept a cookie... so check your browser's settings.
Also be aware that the browser may have different behavior for session cookies and persistent cookies. Also you might find a clue if IE and Firefox do not have the same cookie behavior.
I am try to add data to a cookie. I am able to add the data. But I cannot update. When the cookie is created, I can submit a form object and it adds the value. The next time I go to the page. The cookie is there but the value information is gone. How do I prevent that from happening? Also I want to be able to add multiple things to this particular cookie file. So for instance, I have a search field. The Value is searched for and stored in the cookie. If that is not what I want I can search again and that value you just searched is added also. Right now if I try that with my code the first value is delete. I will add the code below
<CODE>
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.