I can actually seem to write it fine as a cookie like this:
["4c3dd477c441e17957000002","4c2ac3cc68fe54616e00002e","4c3dd477c441e17957000003","4c3dd477c441e17957000004"]
But how do I read the cookie?
I'm using node.js/express.js (and coffee script), and when I read it the cookie key the value I get is just the first value of the above array.
Do I need to parse it somehow? Or a more complex serialization/deserialization altogether?
Thanks