> I'm moving an application that I'm in the trying to move to a new 
> platform.   It was running fine on an older Linux platform with PHP 
> 4.0.3 and Apache 1.3.14.  The new platform is also Linux, 
> with PHP 4.2.2 
> and Apache 1.2.26 -- with register_globals on.  (I just 
> upgraded it from 
> 4.2.2.36 to 4.2.2.69 which is the latest rpm on SuSE's site, with no 
> change in the problem.)
> 
> The symptom is that when I attempt to save a session variable, it 
> creates the session file in /tmp, but with a zero length - no 
> variable 
> names or values stored.

If you are relying on cookies to transmit the session ID, make sure you have
session cookies enabled in your browser. Also check that you don't have an
.htacess file in your directory that is overriding the register_globals
setting. Turn your error_reporting up to E_ALL and see if PHP has anything
to say to you.

Kirk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to