bednee / cooluri

GIT repository for TYPO3 extension CoolUri
7 stars 12 forks source link

CoolURI + Varnish #89

Open ZYZ64738 opened 5 years ago

ZYZ64738 commented 5 years ago

because of "session_start()" there will be a PHPSESSIONID-Cookie ... which makes varnish not cacheing my websites ... how to handle this?

bednee commented 5 years ago

I believe that TYPO3 starts session by default, doesn't it? Or can you disable it? Anyway, session is there so the parsed XML can be stored to improve performance. Since you use some other caching mechanism, performance is not an issue for you so it could be disabled. I can imagine some sort of configuration parameter to disable the session start.