ID:               18404
 Comment by:       ng4rrjanbiah at rediffmail dot com
 Reported By:      g dot hort at unsw dot edu dot au
 Status:           Open
 Bug Type:         Session related
 Operating System: redhat 7.2
 PHP Version:      4.3.0-dev
 New Comment:

I've also experienced similar problem:

For me,
register_globals = on;

$_SESSION['foo'] = 'xxx';

...Then form operations that post few data including
$_POST['foo']='yyy'

...Now the value of $_SESSION['foo'] is set to 'yyy'

My server's PHP version is 4.3.0...
The above bug is really a big problem for me...I've developed a part of
the module for our big project...I've developed with the idea of
register_globals=off, but other people develped with the idea of
register_globals=on...And in the server, they've put it with
register_globals=on... and I've started experiencing the above
problem...

It worked fine on my local system (PHP4.2.3) with register_globals=off.
As, the module is related to login & session, it is a very big problem
for me. Any workaround??

Thanks & Regards,
R. Rajesh Jeba Anbiah


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

[2002-11-19 06:28:06] paul at atomicrevs dot net

This sounds a lot like 20449?  It's happening to me too by the way,
same circumstances etc.

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

[2002-11-05 22:48:41] g dot hort at unsw dot edu dot au

that should be 200211030600

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

[2002-11-05 22:47:10] g dot hort at unsw dot edu dot au

It still happens with snapshot 20011030600

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

[2002-10-14 19:26:52] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2002-09-26 20:24:54] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/18404

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

Reply via email to