Re: [PHP] Propagating SID when cookies disabled

2003-12-03 Thread rogue
Okay. I figured out my problem. For some reason, I have two copies of php.ini on my server (an old install?) and was editing the wrong one to have: session.use_trans_sid = 1 *hits self on head* :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] Propagating SID when cookies disabled

2003-12-03 Thread rogue
Hi all, I am testing some templates that are using a session. I have PHP compiled with --enable-trans-sid. It is my understanding that if I have cookies disabled in my browser and this: echo 'go'; ?> is in the template, the SID should automatically get stuck on the end of the URL, but thi