Where else can I look to debug why sessions are not working?
ralfbecker wrote:
Not as long as you dont enable it in the header - thought mcrypt to
encrypt the session is working in rc1.
Ralf
paulz schrieb:
> Disabled. It was a working system before the upgrade. Could installing
> mcrypt before the upgrade have caused a problem?
>
>
> ralfbecker wrote:
>> SELinux?
>>
>> paulz schrieb:
>>> Checking extension session is loaded or loadable: True
>>> Checking if php.ini setting session.save_path='/var/lib/php/session' is
>>> writable by the webserver: root/apache drwxrwx---
>>>
>>> No special handler.
>>> # grep session /usr/share/egroupware/header.inc.php | grep -v "^\*"
>>> $GLOBALS['egw_info']['server']['session_handler'] = 'egw_session_files';
>>> session_cache_limiter('private_no_expire');
>>>
>>> Centos 5.2
>>>
>>> :(
>>
>