> php_flag session.use_trans_sid off
> That may not be the correct syntax, but it should be close.
it is correct!
works perfectly
thanx Kirk
""Johnson, Kirk"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I have not done this, but this is what I would try. There is a setting in
php.ini, session.use_trans_sid, which controls whether PHP appends the
session ID. Set up an .htaccess file with something like this in it:
php_flag session.use_trans_sid off
That may not be the correct syntax, but it should be close.
Good luck!
Kirk
> -----Original Message-----
> From: Holger Böhnke [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 6:01 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] disable compiler flag --enable-trans-sid at runtime
>
>
> Hi All,
>
> is it possible to disable the compiler flag
>
> --enable-trans-sid
>
> at runtime?
--
PHP General 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]
--
PHP General 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]