Hi folks, I have a PHP web app, that runs with Register global off.
It sets $_SESSION variables that are used in other pages.
The script works fine on my server that runs Apache2 and PHP 5.0.1.
But when I move the scrip to my hosting company that runs , IIS and
PHP5.0.2, they don't work. It seems that its not able to set the
session variable to read the session variable in the next page.
What should I be checking ? Has anybody faces this situation before ?
COuld you please help ?
Thanks
Roger
It sets $_SESSION variables that are used in other pages.
The script works fine on my server that runs Apache2 and PHP 5.0.1.
But when I move the scrip to my hosting company that runs , IIS and
PHP5.0.2, they don't work. It seems that its not able to set the
session variable to read the session variable in the next page.
What should I be checking ? Has anybody faces this situation before ?
COuld you please help ?
Thanks
Roger
Comment