ID:               9914
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Analyzed
 Bug Type:         Documentation problem
 Operating System: Win32
 PHP Version:      4.0.4pl1
 New Comment:

I've tried the recommended solution==>
 header("Location:$url.'?$PHPSESSID'");

This fails for me.

My example:
 $SID1=$SID // * up at the top
 Header ("Location:registration.php.'?$SID1'");
Notice the strange registration.php. in the middle.  Well php doesn't
like it either.

Any other recommendations?


Previous Comments:
------------------------------------------------------------------------

[2001-03-22 07:14:07] [EMAIL PROTECTED]

You're right, the session id is not added when doing redirects. You
have to do it 'manually', with something 
like this:

header("Location: $url.'?$PHPSESSID'");

Reclassified as documentation problem.
Note: IIRC there's also feature/change request about this.

--Jani


------------------------------------------------------------------------

[2001-03-22 05:53:27] [EMAIL PROTECTED]

Althought the transient_id option is active, the session_id is lost
after using the header() method in order to redirect to another
script.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=9914&edit=1

Reply via email to