| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-03-30 18:35 UTC] yohgaki@php.net
  [2002-03-30 21:35 UTC] yohgaki@php.net
  [2002-09-26 16:30 UTC] iliaa@php.net
  [2002-10-14 19:26 UTC] php-bugs at lists dot php dot net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
To reproduce bug do this test: 1) Turn off cookies at browser. 2) run file: <? session_name ("SESSID"); session_set_cookie_params (3600); session_register("test"); //registring tracks variable. if (!isset($test)) $test=1; $test=$test++; echo '<a href="'.$PHP_SELF.'?SESSID='.session_id().'">test</a>'; echo '<br><a href="'.$PHP_SELF.'?SESSID=c:\123">test2</a>'; ?> 3) Click on a "test2" link 4) Apache child will crash and php will write message like Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 Testes on OS/2 (PHP 4.1.2) and win32 (PHP 4.1.1). PHP is installed as Apache module.