RE: [PHP] Sessions: auto appending session id to URLs

2001-06-20 Thread PHPBeginner.com
try to look into ini_set() (was I right naming it so?) The function, if available for you, will allow you to override the php.ini configurations. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original

RE: [PHP] Sessions: auto appending session id to URLs

2001-06-20 Thread Johnson, Kirk
There is a setting in the php.ini file named session.use_trans_sid, which enables appending the session ID if PHP was compiled with enable-trans-sid. You could try setting this to 0 if you are allowed to set up an .htaccess file on the server. Create the .htaccess file with the following line in