OpenLiteSpeed v1.6.18 [Bug Fix] Update checkCtrlEnv() . OpenLiteSpeed v1.7.6 contain this bug or no?

#1
Hi!

in News read

OpenLiteSpeed v1.6.18 Now Available
[Bug Fix] Update checkCtrlEnv() to enable multiple "vary" values to be added for cache varycookie.

is OpenLiteSpeed v1.7.6 contain this bug or no?


my hoster three days ago upgrade 1.6.14 to 1.7.6
I use LSCache module on Opencart and _lscache_vary cookie use multiple values
 

David

Active Member
#3
I checked the code, when it is multiple "vary=xxxxx", will be combined, but for others, will be replaced with the last value.
 
#5
Can you paste the _lscache_vary cookie here?
I use now for example
_lscache_vary=apple:iphone,browser:instagram,device:mobile


multiple "vary" values is mean value separated by ";"?

for example :
_lscache_vary=apple:iphone,browser:instagram,device:mobile;language:en-us;currenncy:USD;lsc_private=e70f67d087a65a305e80267ba3bfbc97

or value separated by "," are also multiple "vary" values?
 
Top