Forums / Developer / reading Cookies
John van der Boom
Monday 21 July 2003 4:57:34 pm
Hello,
I'm running a script with eZp that needs to read some value from a cookie like this:
$var_A = $_COOKIE['var_A'];
This script works perfect standalone., but when I run it inside eZp the value of var_A is empty.
Is there a way to solve this problem?Thank you in advance