|
Posted by yawnmoth on 06/08/06 07:21
Paul Lautman wrote:
> yawnmoth wrote:
> <snip>
> The headers are sent as soon as some output is sent. In your case you are
> sending a blank followed by the text random text, before doing the
> session_start().
Why isn't the ini_set preventing that, though? I don't want PHP to
propogate PHPSESSID via $_COOKIE - I want it to propogate through
$_GET.
I could just do it via .htaccess or php.ini, but doing so would still
leave me wondering why ini_set doesn't work. As far as I know, it
should, yet it doesn't, and I'd like to know why.
[Back to original message]
|