From:             [EMAIL PROTECTED]
Operating system: Linux (Redhat 7.2)
PHP version:      4.2.0
PHP Bug Type:     Session related
Bug description:  SID constant is not set.

Since updating php to 4.2.0 from 4.1.2 it seems that the SID constant is no
longer set when the session ID is not propogated via cookie.  I have
session cookies completely disabled and have php compiled with
--transparent-sid enabled.  The transparent sid seems to work fine, as the
PHPSESSID=blah is properly added to all uri etc within the pages.  However
in the specific case of using a Location: header through the header()
function it is necessary to manually append the session id, In the past I
had always done this through the use of the SID constant.  The SID
constant however is apparently no longer being set resulting in my session
not being set correctly.


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

Reply via email to