Re: [PHP] PHP Session not working

2003-10-03 Thread Php2tor
Maybe enable track_vars in php.ini ?

Jay Blanchard [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
[snip]
We are facing some problems in using sessions in our applications.
Recently
we have moved our web site to a new Apache server (1.3). We have
installed
PHP on this server. But sessions are not working on this server. The
values
in the session variables are not carried forward to the consequent
pages.
PHP Module entry in httpd.conf file: LoadModule php4_module
modules/mod_php4-4.3.2.so

The same scripts  web site are working fine on a similar Apache server
and
same version of PHP.
[/snip]

*sigh* Check register_globals in your php.ini. It is probably off (by
default). Please change it to 'on' and restart your web server. Then
make sure all of your code is tightly written so as to prevent possible
harm.

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



RE: [PHP] PHP Session not working

2003-10-02 Thread Jay Blanchard
[snip]
We are facing some problems in using sessions in our applications.
Recently 
we have moved our web site to a new Apache server (1.3). We have
installed 
PHP on this server. But sessions are not working on this server. The
values 
in the session variables are not carried forward to the consequent
pages.
PHP Module entry in httpd.conf file: LoadModule php4_module 
modules/mod_php4-4.3.2.so

The same scripts  web site are working fine on a similar Apache server
and 
same version of PHP.
[/snip]

*sigh* Check register_globals in your php.ini. It is probably off (by
default). Please change it to 'on' and restart your web server. Then
make sure all of your code is tightly written so as to prevent possible
harm.

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