ID: 24117 Updated by: [EMAIL PROTECTED] Reported By: marekm at aptus dot pl -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.3.2 New Comment:
1. You need to always use a full absolute URI in the Location: header, and 2. You can add the SID yourself as described here: http://www.php.net/manual/en/ref.session.php#session.constants Previous Comments: ------------------------------------------------------------------------ [2003-06-10 16:15:25] marekm at aptus dot pl I've just tested my session-using-site with cookies disabled in the browser and noticed, that PHP doesn't always propagate session SID (even with enable-trans-sid). The problem is that I often use: Header("Location: somewhere.php"); which doesn't propagate session id. I think, it would be nice if PHP modified the header field automatically the same way it is done in A HREF's. Regards, Marek Matula ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24117&edit=1
