Hi...

I am doing another install of the zen cart on a new server machine, but got this configuration error on the installation screen:

PHP session.use_trans_sid = ON

I also got cURL = OFF

when I "CLICKED FOR MORE INFO" I read the instruction which stated that the php session.use_trans_id could be turned off via an htaccess file. When I did write the instructed line into an htaccess file:

php_flag session.use_trans_sid off

It managed to turn cURL ON (go figure, right?) BUT -- the PHP.session.use_trans_sid is still set to OFF. This could be because the instruction on the link listed at http://www.olate.com/articles/252
also mentioned that the following line:

ini_set('session.use_trans_sid', false);

needed to be added into the "php code" --

Question -- where would I add this line? Does anyone know? It never mentions it specifically on the file I read on olate. I looked in the init_includes folder and tried to also look in the functions to see if I would find a setting or insert for this line, but I'm completely clueless as to what they mean.

I've been searching for some time. Still I consider myself somewhat of a "newbie" at this. Any insight would be greatly appreciated.

Thanks so much.
Kinget