Foren

Differentiate logged-in sessions

thumbnail
Ákos Gábriel, geändert vor 11 Jahren.

Differentiate logged-in sessions

Junior Member Beiträge: 33 Beitrittsdatum: 05.10.09 Neueste Beiträge
Hi,

I'm trying to configure Varnish (reverse proxy) for our portal. For guest sessions (not logged in) it works perfectly. However I need to disable caching for logged-in sessions (for obvious reasons).

Now this doesn't seem to work.

Varnish can decide based on information being in the HTTP header:

- request type (post,get,...)
- request url
- cookies present

Varnish can also put cookies into the response header so once varnish detected a session is logged in, it can track that throughout the full lifetime of the session.

Thanks for any help/hint.

Akos
http://i-logic.hu
thumbnail
Ákos Gábriel, geändert vor 11 Jahren.

RE: Differentiate logged-in sessions

Junior Member Beiträge: 33 Beitrittsdatum: 05.10.09 Neueste Beiträge
OK, looks like I've found a solution.

Akos
http://i-logic.hu
Juan José García, geändert vor 7 Jahren.

RE: Differentiate logged-in sessions

New Member Beitrag: 1 Beitrittsdatum: 28.07.15 Neueste Beiträge
Hi Akos.

I've the same problem, What's the solution?.

Thank you for your help.

Juanjo.
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Differentiate logged-in sessions

Liferay Legend Beiträge: 14915 Beitrittsdatum: 02.09.06 Neueste Beiträge
I don't understand the original premise, that you can't cache when a user is logged in.

Varnish does, after all, respect the cache control headers in the response from the portal. The portal does not allow caching for dynamic content, so any page rendered for me will not be cached and when you ask for the same page you'll see your page and not mine.

So basically only static assets (images, js, css) will likely be cached, and none of those things should change between authenticated users.