|
Posted by "Dan Baker" on 09/09/05 17:37
"Gustav Wiberg" <gustav@varupiraten.se> wrote in message
news:008f01c5b4c8$31024b60$0300a8c0@BLACKSHADOW...
> How large can a string be in a cookie? (the value-parameter)
If you need (or want) a lot of data stored in cookies, I recommend doing the
following:
store a single cookie with a unique id (something like
"CookieID=ajhciuy978kjn"), then use this CookieID as a key into a database
table, where you can store unlimited data for each browser. I've done this,
and it works very nicely.
Just, be careful about preventing cookie theft, if anything important is
stored.
DanB
Navigation:
[Reply to this message]
|