Click to See Complete Forum and Search --> : How to save data in one cookie from different document pages


alvinau
12-01-2003, 10:14 AM
Hi all,

I am saving my cookie using javascript.

What I am doing is setting document.cookie = myCookie, but if I save my cookies in this way, the cookies will be saved as text files with name "myname@documentName". In my site, however, I have many different document pages. Hence, my cookies have been saved in many different files. I want to save my data in only one shared cookie for all my document pages. :confused: Is there a way to do this in javascript??? Thank You.


Alvin