To anybody having the double-login problem (you login in Phprojekt and when selecting the CMS tab you are asked again to login, OR when you logout from an user and login again the CMS thinks you are still logged as the first user), read on.
If you are using Apache and PHP is running as a SAPI module, you can use a .htaccess file to enable the PHP option session.auto_start. It seems that when session.auto_start is disabled, the Phprojekt and CMS module session become dissociated (each start using a different session).
The .htaccess should contain:
Code:
php_value session.auto_start 1
php_value output_buffering 16000
Test and tell, please. Also, note that this is a workaround, not the final solution.
Regards,
Mario A. Valdez-Ramirez.