Guess I'm being nosy here, so forgive me, but why are you settting an alternate save path and using ini_set at the start of each document? I know that has nothing to do with the problem, but I was just wondering. Are you hosting multiple sites off your server and have different session settings depending on the site?
-Kirk > session_save_path("$some_path/sessions"); > ini_set('session.use_cookies', 1); > ini_set('session.gc_probability', 1); > ini_set('session.gc_maxlifetime', 60 * 60); > ini_set('session.auto_start', '1'); > session_start(); > header("Cache-control: private"); > > Here is a link to my PHP configuration: > http://www.planet-tolkien.com/test.php > > In Fellowship, > Tarrant -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php