Hi,
Is it wise to use urldecode with cookies?
like this:
return urldecode($this->mycookie[$this->pfix . $key]);
Um, if they're urlencoded and you need to decode them, sure. 😕
Perhaps if you explained what your actual problem is we'd have a bit more context.