How do I enable use.session_trans_sid in PHP 5.2.9?

Adam

New member
I'm very new to PHP but I am trying to follow a CartoonSmart.com tutorial and he is running a lesser version. I am running 5.2.9 and want to enable sessions (I know this is a less secure method). He does it through the php.ini file but his code does not work. His code was:

PHP:
session.use_trans_sid = 1
 
Back
Top