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



[PHP] PHP Session not working

2003-10-01 Thread Sheni R. Meledath
Hi:

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.

Could you please help me to figure out this problem. Are we missing 
anything in the installation or settings in the php.ini file.

PHP.INI
[Session]
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
url_rewriter.tags = a=href,area=href,frame=src,input=src,form=fakeentry
Sheni R Meledath
[EMAIL PROTECTED] 

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