Existing Cookie operation after cookies disabled
Hi :
Scenario:
User accesses a site using a browser with cookies enabled and the site places a cookie on the machine with some values set. At some point prior to the next visit the user disables cookies for that browser.
Question:
On the next visit, should the server be able to read and write values to that cookie?
From what I can tell the cookie functions normally in spite of cookies being disabled. It looks like I can read and write to that cookie. However, I haven't been able to find any documentation that confirms that as expected behavior. Personally, I didn't expect to be able to access the cookie once cookies were disabled, that's why I'm asking the question.
Disabling cookies means disallowing the creation of cookies, not the use of cookies. Is that a true statement?
Thanks for your time and attention.
John
|