> 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
>
> :(
>
>
> ralfbecker wrote:
>> What does the installation check say, specially for:
>> - session Extension installed
>> - session.save_path writable
>>
>> Do you use a special session-handler (not files)?
>>
>> Other from the above, I've no spontaneous idea.
>>
>> What distro/version is that?
>>
>> Ralf
>>
>