Click to See Complete Forum and Search --> : Cookie of more then 4000 carachters


simontelvi
April 29th, 2002, 12:07 PM
How can I set a cookie of mor then 4000 carachters?
I am trying to store data in a cookie using:
document cookie=' Cookie String '
My 'Cookie String' is very long. Is there any other way to store data?
I am using javascript.
Regards,
Simon

websmith99
October 18th, 2002, 06:23 PM
Why not split it into 2 or more cookies and then append the values when reading them?

Remember that there is a limit of 20 cookies per domain.