|
From: <squ...@cl...> - 2005-02-08 14:11:46
|
> 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 |