Caching Cookies
Hi there,
I hope this is the right group to submit this :)
I have an object that I am caching. This object has a property which is of type CookieContainer.
It seems after a certain amount of time, the value for the cookie inside the container changes without me updating the cache.
Is this normal behavour for cookies. I've looked at the Expires property for the cookie and it is false.
Thanks.

