Re: [PHP] session problem

2001-05-24 Thread Robert Schaller
Hi all, just for the record.found the problem.the partition was full*blush*:O\ -Robert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMA

Re: [PHP] session problem

2001-05-23 Thread Robert Schaller
Hi Chris, thanks for your fast reply. I tried your advice, checking if a variable is already registered before registering it again, the problem remains. The thing that bugs me is that I am getting no error message whatsoever, session_register is returning true and there is nothing in the log fi

[PHP] session problem

2001-05-22 Thread Robert Schaller
Hi all, I'm having the following problem. I have PHP-4.0.5 staticaly compiled with apache 1.3.19, running on a red hat linux with a 2.2.12 Kernel. The following script does not work the second time called, the browser just "hangs" and returns a "this document is empty" after a while. I am gettin