Setting a cookie with an expiration date makes it a persistent cookie saved to the HD. Setting a cookie with no expiration date makes it a session cookie, only lasting until the browser is closed. The former type are easily deleted by overwriting the cookie with a new expiration date earlier than the current date. This technique does not appear to work (or at least not consistently) on session cookies. After searching the web in vain, I cannot seem to come up with a way to clear session cookies other than closing all open browser windows. I need to set and delete cookies depending on actions within the window. Can this be done with session cookies, or must I only use persistent cookies for this?
Sincerely,
Tom Anderson
Order amid Chaos, Inc.
Sincerely,
Tom Anderson
Order amid Chaos, Inc.