How to store an array in a JavaScript cookie?

Viewed 19576

Does anyone have a piece of JavaScript code that creates a cookie and stores an array in it? If you also have the code to read through through cookie and delete it, that would be great as well. Thanks!

2 Answers
Related