What do browsers do with expired cookies? I know that the app won't read them in, and I'm assuming the browser wouldn't send them, but are they purged from the file system with any regularity?
feedback
|
migrated from stackoverflow.com Nov 11 '11 at 9:35
This question came from our site for professional and enthusiast programmers.
|
Taken From http://msdn.microsoft.com/en-us/library/aa289495(v=vs.71).aspx
| |||
|
feedback
|
|
This depends upon the specific browser and also the user's personal settings. Welcome to the world of web development, where everybody is a special case. This is one of the reasons you need to test your site extensively, with multiple browsers, from different locations. | |||
|
feedback
|