session.use_trans_sid is set to 0 in binary version

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tintin
Forum Newbie
Posts: 13
Joined: Fri Dec 13, 2002 7:13 am

session.use_trans_sid is set to 0 in binary version

Post by tintin »

Hi !

After installing binary version of PHP 4.2.3 for Windows, I notice that
"session.use_trans_sid" is set to 0.

Should I download the sources and compile with a different option to change this ?

If true, is there any hope that this will be changed in the next binary release, since the documentation says the default value is 1. ? I'am so lazy...
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

Post by hedge »

The functionality is compiled in, you just need to turn it on in your php.ini
Post Reply