[PHP] Strange Session Problem

2004-07-02 Thread Shaun
Hi, I have a config file which i include in every page: snip class object {}; $CFG = new object; $CFG-dbhost = localhost; $CFG-dbname = x; $CFG-dbuser = x; $CFG-dbpass = x; $connection = mysql_connect($CFG-dbhost, $CFG-dbuser, $CFG-dbpass); @mysql_select_db($CFG-dbname) or die( Unable to

[PHP] strange session problem

2003-03-17 Thread Eddie Lien
Hi there, I have multiple web servers all running PHP 4.2.3, and they all have the same domain name implemented by round robin DNS. And I use a NFS filesystem, /home/share/tmp, for session.save_path. The main purpose is when my web clients move from one server to the others, the session will

[PHP] Strange session-problem with php-file in img src

2003-01-31 Thread Victor SpÄng Arthursson
Hi everyone! I'm having a severe session problem. I'm having a file called createjpg.php that creates a jpg-image and returns it as a picture, with the correct header. This file is included on another php-file like this: img src=createjpg.php?id=xyz What I need the file createjpg.php to do