Hi,
Yes, LiteSpeed Cache.
The session ID is stored in a cookie for for all users.
I just need a way of knowing if a user has logged in or not, so that I can disable the cache for logged-in users.
The URL header is the same for all users:
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
The LiteSpeed cache would work well if the above was only shown for logged-in users and not for guests.
Any suggestions welcome :-)
Many thanks