From:             robert dot saylor at tekelec dot com
Operating system: CentOS release 5.2 (Final)
PHP version:      5.2.6
PHP Bug Type:     Session related
Bug description:  Session data lost

Description:
------------
Duplicate PHP session is created. The 2nd session has no data - 0k.

Reproduce code:
---------------
The php session data will be lost if you open My Computer > Favorites >
navigate to a php program that uses sessions in your bookmarks.

When the user loggs in, the session is created. But further navigation a
new session is created with 0k. The application does not use the original
session.

If the user directly opens Internet Explorer and navigates to the
application the session works correctly.

CODE:

<?
session_start();
?>

After the user loggs in, a session is created. If the application opens
another window using a <a href="application.php5"
target="_blank">application</a> php will create a 2nd session with 0k.

In the application.php5:

<?
session_start();
?>

If the user openes IE and loggs in this issue does not accurr. Only when
the 1st start in My Computer > Favorites or File Explorer > Favorites

Expected result:
----------------
PHP should use the original session.

Actual result:
--------------
PHP creates a 2nd session with no data.

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

Reply via email to