Avoiding PHPSESSID
I’m wondering: Is setting PHPSESSID cookie by anonymous_session = TRUE standard in web context? This seems to be unnecessary and harmful, it’s followed by ‘cache-control: no-store, no-cache, must-revalidate’. Should I disable anonymous_session in Web context? Thanks!
MODX3, MODX2
Thanks