How to turn off session.use_trans_sid

Question:

I’m trying to run PHProjekt and it says I need to turn off session.use_trans_sid. How can I do this?

Answer:

No problem.

If you are the default setup, just make a .htaccess file in your www directory (or the directoy below in which you want it to have effect) and put the line:

php_flag session.use_trans_sid off

Of if you are running the php cgi option (in the php section of the control panel), make the dir:

/home/your_username_here/etc/

and upload your own custom php.ini with the value set in side the php.ini

Let me know if you need more help!

Leave a Reply

Your email address will not be published. Required fields are marked *