Hi all,
After moving my PHP-code from a Windows Server to a Linux one I have problems with the $_SESSION variables. When I login an click a menu option, all my $_SESSION variables get cleared and I have to login again.
Does anyone recognize this problem and have a solution for it ?
Can this be solved with an apache setting ??
When running the same code on the Windows server there were no problems!
This is my server configuration:
- Apache/2.2.11 (Ubuntu) DAV/2 SVN/1.5.4
- PHP/5.2.6-3ubuntu4.4 with Suhosin-Patch mod_ssl/2.2.11
- OpenSSL/0.9.8g
Thanks in advance,
Dirk