From:             [EMAIL PROTECTED]
Operating system: Debian Linux PPC and Win2K
PHP version:      4.1.2
PHP Bug Type:     Session related
Bug description:  Session variable not passing between pages

I'm having problems with the session_start() and session_register
functions working properly in version 4.1.2 on Debian for PPC.   After
visiting a page that initiates sessions, the session variable
shows up fine in the /tmp file (can be viewed by 'cat'), but when
another page that uses any of the session variables is visisted,
the session file in /tmp is empty.  I can't seem to find
a workaround (even using $_SESS or $HTTP_SESSION_VARS).  The same
code works fine on PHP 4.0.6.



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

Reply via email to