Switched off Session Cookies

#1
How can I switch off sessions cookies and long term cookies for the whole litespeed web server?

I need to do this to be able to do this for a web site/server.
Access to web server goes through a reverse proxy.

As long as content is with sessions/cookies the proxy will not cache and deliver the same content to other users.

Thats of course logical, therefore I need to switch OFF sessions or at least limit it to a path like Path="/session" which will never be used.
 
Last edited:

mistwang

LiteSpeed Staff
#2
No, you cannot, probably should not, session cookie exists for a reason, without, the site could just break.
If it is cache problem that private session was cached, you should find a way to turn off caching.
 
Top