ID: 13754
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Session related
Operating System: linux mandrake 8.0
PHP Version: 4.0.6
New Comment:

submitted twice > bogus

Previous Comments:
------------------------------------------------------------------------

[2001-10-19 09:51:59] [EMAIL PROTECTED]

I have made much tests and it seems, that calling session register in object's method 
failed. Assume:


<?
(...)[session_start, headers, etc...]
  $edf2 = 1234;
  session_register('edf2');
  class gg {
    function gg() {
                $edf1 = 65432;
                session_register('edf1');
    }
  }
  gg::gg();
?>

After that both session_is_registered('edf1') and session_is_registered('edf2') 
returns true, but ($edf1
 == $edf2) return false; ($edf1 == '') - is true.

Any suggestions?

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13754&edit=1


-- 
PHP Development 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: [EMAIL PROTECTED]

Reply via email to