This is my array :
array(4) {
[0]=>
string(36) "8567-QVD00986524"
[1]=>
string(36) "8567-QVD00986524"
[2]=>
string(36) "86a9-APC00986524"
[3]=>
string(36) "8567-APC00986524"
}
How do I turn that into a cookie ('member') and then turn the cookie back to an array later ?
I tried using json_encode / json_decode but ended up with lots of slashes being added !