From:             lonelywolf at damagelab dot org
Operating system: Linux, Ubuntu 8.10
PHP version:      5.2.9
PHP Bug Type:     Session related
Bug description:  Block access to session file.

Description:
------------
Hello. A mistake is noticed when you try paying for the session while
working with it at this point.
I'm from Russia, therefore, to explain through an interpreter is not the
best option, I will show you some example code, and you can understand the
result of work.

Reproduce code:
---------------
Example source code:
http://www.damagelab.org/dl/scripts/phpbuginsession.zip

zip.php - test file for sleep on wrok with session.
ajax.php - interface for example testing, include 2 ajax query.
ajax.js - library for used ajax.php
log.txt - debug log with result in real-time working

Expected result:
----------------
He must show for every ajax request(ajax.php?do=status):
46:[00:26:46] work 2
47:[00:26:46] work 2
48:[00:26:46] work 2
49:[00:26:49] work 3


Actual result:
--------------
52:[00:26:52] end

This finding does not immediately, but only when the script is run for
zip.php and the latest result.

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

Reply via email to