I am trying to save a cookie from a form with multiple values using the serialize() function in PHP. However, I have been totally unsuccessful. Has anyone successfully used the serialize() function in order to save multiple values in a single cookie?
Thanks.