This is a discussion on how session cookie is stored? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; There are two cookie types: 1) session cookie. 2) persistent cookie is the same as tracking cookie? Is that correct? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
There are two cookie types:
1) session cookie. 2) persistent cookie is the same as tracking cookie? Is that correct? For windows machine, the files in C:\Documents and Settings\Administrator\Cookies are all persistent cookie, it doesn't have session cookie? How session cookies are stored? Session cookie should expire once the browser is closed. Please advise. thanks!! |
|
|||
|
jrefactors@hotmail.com wrote:
> There are two cookie types: > 1) session cookie. > 2) persistent cookie is the same as tracking cookie? No, "tracking" describes how the cookie is used. Session cookies expire when the browser is closed, other cookies last until the expiry time sent by the server (unless overridden by user preference). > For windows machine, the files in C:\Documents and > Settings\Administrator\Cookies Don't confuse "Windows" with "Internet Explorer". How browsers handle cookies depends on the browser. > How session cookies are stored? It doesn't matter (at least from the perspective of any of the groups you crossposted this too). How the browser keeps track of cookies doesn't matter, all you need to care about is what data it sends back to the server. -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is |
|
|||
|
On 27 Sep 2005 12:01:51 -0700, in alt.www.webmaster ,
jrefactors@hotmail.com in <1127847711.144553.46950@g44g2000cwa.googlegroups. com> wrote: >There are two cookie types: >1) session cookie. >2) persistent cookie is the same as tracking cookie? > >Is that correct? > >For windows machine, the files in C:\Documents and >Settings\Administrator\Cookies >are all persistent cookie, it doesn't have session cookie? > >How session cookies are stored? Session cookie should expire >once the browser is closed. I don't know, but if I were doing it I would not bother to write out a file that has to be destroyed when I am done. Keep the cookie in process memory. -- Matt Silberstein Do something today about the Darfur Genocide Genocide is news | Be A Witness http://www.beawitness.org "Darfur: A Genocide We can Stop" www.darfurgenocide.org Save Darfur.org :: Violence and Suffering in Sudan's Darfur Region http://www.savedarfur.org/ |