Jason K Larson wrote:
> I'm almost perfectly certain this *should* work ... can anybody shed 
> some light on why it doesn't?
> 
> $retval1 = ini_set ('session.use_trans_sid',false);

Just a quick guess but isn't that one of the settings you *can't* change
on the fly since it has already been read from the php.ini file and used
by PHP before it even gets to your script?

Jean-Christian Imbeault


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to