coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: mlduclos on January 01, 2007, 07:11:22 PM

Title: Removing php Sessid of the URLs
Post by: mlduclos on January 01, 2007, 07:11:22 PM
Hello

Considering that I do not have access to php.ini and my .htaccess file doest not allow a change in php value, there is a way to remove the PHPSESSID of Coppermine URL adding or removing something in the program code?

I tried to add this and it doesnt work

ini_set('session.use_trans_sid', false);

Thanks in advance
Title: Re: Removing php Sessid of the URLs
Post by: Nibbler on January 01, 2007, 08:03:38 PM
Coppermine does not use php sessions, it must be something else.
Title: Re: Removing php Sessid of the URLs
Post by: mlduclos on January 01, 2007, 10:29:26 PM
Hmm, I am using the short URL plugin and the core theme with some modifications...
Title: Re: Removing php Sessid of the URLs
Post by: Joachim Müller on January 02, 2007, 06:51:20 AM
Turn the sef_URLs plugin off if it causes errors for you.