ID: 9914
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Old-Bug Type: *Session related
Bug Type: Documentation problem
Assigned To: 
Comments:

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


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

[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.


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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9914&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to