From:             kukulich at kukulich dot net
Operating system: Windows XP, Linux
PHP version:      5.2.5
PHP Bug Type:     Session related
Bug description:  Unable to start a session twice with custom session handler.

Description:
------------
Unable to start a session on a second time when using custom session
handler. Tested with the same results on PHP 5.1, 5.2, 5.2 CVS versions,
both Windows AND Linux

Reproduce code:
---------------
Source code on http://temp.kukulich.net/session.php.txt

Expected result:
----------------
I expected that the example will work without any error.

Actual result:
--------------
Fatal error: session_start(): Failed to initialize storage module: user
(path: C:/Program Files/Apache2/temp) in
P:\Projekty\Test\session\session.php on line 9

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

Reply via email to