G'day, I'm not getting much help on the IMP list about this problem, but I think it is more PHP related than anything else. I'll post as much info as I have, hopefully someone has seen something similar before.
I have imp mail installed and the users are being randomly logged out. When I look at the matching session ID on the server, the file is completely blank! I thought this might have been some sort of problem with using the /tmp directory or a garbage collection problem. But I've moved the session storage folder and made the garbage collection a one in 100 million chance! I've also upped the the lifetimes for the sessions. Does anyone have any ideas? If you need more info, let me know what it is and I'll try to get it! My Config Details..... I am running version 2.2.4 of Horde and version 3.2 of IMP (according to the README files). I'm also running PHP Version 4.3.3 on Apache/1.3.28 Here is my session config session.save_handler = files session.save_path = /var/session_files session.use_cookies = 1 session.name = PHPSESSID session.auto_start = 0 session.cookie_lifetime = 36000 session.cookie_path = / session.cookie_domain = session.serialize_handler = php session.gc_probability = 1 session.gc_divisor = 100000000 session.gc_maxlifetime = 36000 session.bug_compat_42 = 1 session.bug_compat_warn = 1 session.referer_check = session.entropy_length = 0 session.entropy_file = session.cache_limiter = nocache session.cache_expire = 180 session.use_trans_sid = 0 Regards, Bob Irwin Server Admin & Web Apps "I'm a Brick!" Scanned by PeNiCillin http://safe-t-net.pnc.com.au/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php