Hi. My www provider has set session.use_trans_sid default to ON. I tried changing it in .htaccess or in the .php before session_start() but relative links are always renamed to xxx?PHPSESSION=....
I'm also printing the value of session_use_trans_sid with ini_get and it always returns 1 ("on")! I don't know if this is important but I have a RewriteRule to parse HTM as PHP so, my links are always xxx.htm and never xxx.php. What it's happening? I noticed that this happens only in the welcome page. The following pages never (nor the welcome page if I refresh) include the ?PHPSESSION= (maybe because it detects the browser has cookies enabled). Thanks Robert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php