I am trying to store nested arrays in a cookie. I decided to store the array as a JSON string. However, I am getting this warning:
PHP Warning: Cookie values can not contain any of the following ',; \t\r\n\013\014' in foobar.php
Is there a recommended way of storing nested arrays in a cookie?