Hi Friends,
I've a strange session problem. On my web page, I've two frames. I've main menu on left frame and contents frame on right side. When user logs in successfully on contents frame, I display the name of user on menu frame and add some menu items. Every thing goes fine. But when I open a web page from main menu, there are no session variables and session ID is different. This page manipulates session variables. When I open the same page from contents frame, it works fine and session ID remains the same.
Please keep in mind that every thing works perfectly on my local machine, but the above explained problem occurs when I upload my website on web server.
Environment of my local machine is:
Platform: Windows XP
Browser: Internet Explorer 6
Web Server: IIS
PHP: 4.3.2
(ONCE AGAIN, EVERYTHING WORKS FINE ON LOCAL MACHINE)
Environment of Web Server:
Platform: Linux
Web Server: Apache/1.3.27
PHP: 4.3.2
(PROBLEM OCCURS HERE)
Would you please tell me that is there any bug in Linux implementation of PHP?
Would you please tell me that why this is happening?
I'll be waiting for your respons.
Thank you very much.
Best regards,
-Asif