Click to See Complete Forum and Search --> : About Cookies


wind0965
01-16-2004, 04:27 AM
I am wondering about how the cookies are saved by system: How to name the cookies file and where to save it?
It should be saved on the client side, right? And the fold to save seems to be"C:\Documents and Settings\username\Cookies". I don't know if the information of the cookies will also be saved somewhere else.

How different *.html files to share the same cookie?

Thank you in advance!

Khalid Ali
01-16-2004, 09:22 AM
I don't remember if there is any setting that could change the cookie storage location(could be wrong)

cookies save from teh same domain are available for viewing to all pages served in that domain

TheBearMay
01-16-2004, 05:37 PM
The user can change the settings for their machine/browser to store the cookies in a directory other than the default, but most generally don't. Not possible to the best of my knowledge to do so from Javascript.