Koozali.org: home of the SME Server

Contribs.org Forums => Koozali SME Server 10.x Contribs => Topic started by: jameswilson on April 26, 2024, 06:12:08 PM

Title: Problems with session support ini setting session.use_trans_sid is enabled
Post by: jameswilson on April 26, 2024, 06:12:08 PM
Hi All
Error message on updating php based ecomm

But all that i have read on here says this is disabled by default and as far as i can see im not enabling it by default.
Im using the web hosting contrib.

Is this a false positive?
Title: Re: Problems with session support ini setting session.use_trans_sid is enabled
Post by: jameswilson on April 26, 2024, 06:50:20 PM
also noticed this which i assume is relevant
Code: [Select]
php81 -i


Code: [Select]
Directive => Local Value => Master Value
session.use_trans_sid => 1 => 1
Title: Re: Problems with session support ini setting session.use_trans_sid is enabled
Post by: jameswilson on April 26, 2024, 07:00:04 PM
seems to be on for all php versions.

Is this a db command to disable. The treads i have found on here seem to suggest its disabled by default.
But the above command seems to suggest it is enabled, but im not 100% sure
Title: Re: Problems with session support ini setting session.use_trans_sid is enabled
Post by: Jean-Philippe Pialasse on April 26, 2024, 11:29:23 PM
php cli is different from php-fpm. settings might differ.

however for this situation the php.ini is indeed to on and has no way to be changed currently. 

also php-fpm for ibays has not settings or overriding for it. 

you need to bug it.
Title: Re: Problems with session support ini setting session.use_trans_sid is enabled
Post by: jameswilson on April 29, 2024, 05:02:44 PM
bug is here
https://bugs.koozali.org/show_bug.cgi?id=12651

can confirm the suggested template works
Title: Re: Problems with session support ini setting session.use_trans_sid is enabled
Post by: Jean-Philippe Pialasse on April 29, 2024, 05:56:48 PM
as you see, i will take care for it in SME, happy the custom template suite you ifor the next months
Title: Re: Problems with session support ini setting session.use_trans_sid is enabled
Post by: jameswilson on May 03, 2024, 04:00:39 AM
Yep works a treat thanks JP