Page 1 of 1

Issues with session in the production server..

Posted: Mon Jun 30, 2008 7:11 am
by rakhi
Hi all,

I have different servers for development and production. My problem starts here..

When I sets a session variable in the production server and when I link to another page session is lost.
I think it is some configuration issue.

Could any one help?

Thanks,
Rakhi..

Re: Issues with session in the production server..

Posted: Mon Jun 30, 2008 7:15 am
by jaoudestudios
Create a php file on each server with the code below in it and compare the results...this usually fixes most problems when there are differences between servers.

<?php
echo phpinfo();
?>



Eddie