Removing php Sessid of the URLs Removing php Sessid of the URLs
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Removing php Sessid of the URLs

Started by mlduclos, January 01, 2007, 07:11:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mlduclos

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

Nibbler

Coppermine does not use php sessions, it must be something else.

mlduclos

Hmm, I am using the short URL plugin and the core theme with some modifications...

Joachim Müller

Turn the sef_URLs plugin off if it causes errors for you.