Thread: cookies in PHP
View Single Post
  #5 (permalink)  
Old May 31st, 2007, 17:17
grahame grahame is offline
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: cookies in PHP

Quote:
Originally Posted by filth View Post
Cookies do not actually get stored in browser memory.

They get stored in text files on the client pc. For example ....
My understanding was that cookies sent WITHOUT an expiry time were saved within the browser process, but that those sent down WITH an expiry time are stored in test files on the PC, as you suggest.

Are you telling us that Internet Explorer actually stores all cookies (even the non-persistant) ones to file, then takes them out of that file when the user closes the browser? It's up to Microsoft how they implement the standard, of course, but that seems an odd way to do it.
Reply With Quote