Cookie issues
Posted: Mon Apr 05, 2004 11:58 am
I am developing a site on a webhost that is already set up (Linux). I have taken the code and moved it to my home windows box, installed the latest PHP, Apache 1.3, MySQL, etc. The code isn't working right on the Windows box. At first, the post, get, and cookies weren't working. Then I added the line:
import_request_variables('GCP');
and now the get and post variables are working. My problem now is that $_COOKIE is always empty. Is there something specific I need to do to enable this?
import_request_variables('GCP');
and now the get and post variables are working. My problem now is that $_COOKIE is always empty. Is there something specific I need to do to enable this?