Re: [PHP] disable compiler flag --enable-trans-sid at runtime

2001-05-14 Thread Holger Böhnke
> 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

RE: [PHP] disable compiler flag --enable-trans-sid at runtime

2001-05-14 Thread Johnson, Kirk
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 shou