|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2003-06-10 16:22 UTC] derick@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
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