News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.