If I have many settings that I want to store in a cookie, should I create multiple cookies with one option each, or one big cookie with multiple options in a serialized array or
I'd prefer a serialized array.... Cookies are files stored on the client's machine or the server, so less is better.