Hallo,
I want to store more than one value into one cookie. I checked already the possibillity to ad values to an array like:
setcookie("to_wish_list[$det_id]", $det_id.urlencode("|").$img_owner, time() + 3600);
Strange is that everytime if run this code a new cookie is created.
I noticed that this problem occurs to more people. Is there someone who can handle this probklem? The function "serialize()" doesn't look like a good option (in my case).