From:             [EMAIL PROTECTED]
Operating system: WinXP/Win2K
PHP version:      4.1.1
PHP Bug Type:     Session related
Bug description:  session_id() not working

Using my own session id doesn't appear to work

<?php
session_id('mysess_'.md5(microtime()));
session_start();
?>

Causes Apache (1.3.22) to crash on Win2K/4.1.1 and produces "Warning:
Failed to write session data (files). Please verify that the current
setting of session.save_path is correct (c:\\windows\\temp) in Unknown on
line 0" on WinXP/4.2.0RC1

Without calling changing the session id, there are no problems

-- 
Edit bug report at http://bugs.php.net/?id=16417&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16417&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16417&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16417&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16417&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16417&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16417&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16417&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16417&r=submittedtwice

Reply via email to