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..
Issues with session in the production server..
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: Issues with session in the production server..
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
<?php
echo phpinfo();
?>
Eddie