Alright, here's the situation...
I have an array that's the value of a cookie..I serialize it, then urlencode it and drop it into the array.
Now, apparently that gets set fine. The problem comes up that when netscape pulls that value out, it apparently urldecodes that value and leaves it like that.
This is not what I need at all.
I need that value to stay urlencoded so that the other script (that checks that cookie value) can read it in the right way.
Also, it seems to keep the urlencoding on a https version of the site, but not the normnal http....
any ideas?
-enygma