Click to See Complete Forum and Search --> : cookie


Justin
05-27-2003, 02:24 PM
i don't get cookies very well

i need a cookie that combines 4 varibules name1 who1 name2 who2
it needes to be created in the page located in a flopy disk. A:/game.html and the reciveing (where the cookie needs to be) location is A:/data/game.html

How would i do that.

i got an idea but i don't know if it would work

Jona
05-27-2003, 02:27 PM
You can't store cookies in a directory of your choice. All cookies are stored in the WINDOWS\Cookies folder. However, you can set a cookie to store multiple values and extract all of them.

Justin
05-27-2003, 02:29 PM
in the A dirve, i want it to be able to be read by that site.

Jona
05-27-2003, 02:33 PM
If the cookie was created by a page in the A:\ Floppy Drive, then you could retreive the value from a file in the A:\ drive, but not from any document online.

Jona

Justin
05-27-2003, 02:42 PM
i want it to be read by a nother page in the flopya what would you put for the path/

Jona
05-27-2003, 02:43 PM
As long as it's the same top-level domain, it should be all right.

Justin
05-27-2003, 02:57 PM
i hope it works