From:             ssiangge at yahoo dot com dot sg
Operating system: Ms WinXP Home Ed SP3
PHP version:      5.3.0
PHP Bug Type:     Session related
Bug description:  variable sesClientIP auto generated in $_SESSION

Description:
------------
Hi,
please refer the source code below...
I wonder why there is a variable 'sesClientIP' been auto generated.

To get the thing appear, follow the step:
1. go to the page that contain the source code below. 
   ** you will see the Expected result.
2. go to another web site e.g. google.com.
3. press 'back' button, and then press 'refresh' button if using Firefox.
   ** you will able to see there is a variable 'sesClientIP' in the
$_SESSION.

I am expecting there will no any data in the $_SESSION.
Please correct me if I am wrong.
Note: there was no reference can be found from Yahoo or Google.

Reproduce code:
---------------
<?php
session_start();
echo "<pre>";
var_export($_SESSION);
echo "</pre>";
?>

Expected result:
----------------
array (
)


Actual result:
--------------
array (
  'sesClientIP' => '',
)

-- 
Edit bug report at http://bugs.php.net/?id=49583&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49583&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49583&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49583&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49583&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49583&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49583&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49583&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49583&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49583&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49583&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49583&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49583&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49583&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49583&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49583&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49583&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49583&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49583&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49583&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49583&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49583&r=mysqlcfg

Reply via email to