Issues with session in the production server..

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rakhi
Forum Newbie
Posts: 3
Joined: Mon May 19, 2008 11:07 pm

Issues with session in the production server..

Post 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..
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Issues with session in the production server..

Post 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
Post Reply