>> 1. Time... Both computer and server have to have correct time, and >> time zones > > Both are using the same NTP server. > > >> 2. Session Hander... It may not have permissions to write the session >> file. Check the error logs, there may be more information there. > > No PHP nor Apache error in logs. > > > In php.ini: > ----------- > session.save_handler = files > session.save_path = /var/run/php > session.use_cookies = 1 > session.name = PHPSESSID > session.auto_start = 0 > session.cookie_lifetime = 0 > register_globals = On
Have you confirmed that these are the values that SquirrelMail sees? What about safe mode? To confirm your settings the SquirrelMail sees, create a file in the SquirrelMail directory, call it temp.php, in the file put: <?php phpinfo(); ?> Save it, open it in your browser, ie: http://www.yourhost/webmail/temp.php Check the session settings, also check safe_mode, and open_basedir. Also ensure that /var/run/php is writeable by the user running apache. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
