Is this plugin still relevant?
You need to be logged in to post messages in the forums. New users may register here.
|
A Fowler
Member since: 13 April 2009
Posts: 4
|
Monday 22 November 2010 6:41:57 pm
We've been using Varnish with our site mostly successfully without this plugin. Our members must log in to comment and to see Member-only pages, and for customization of their view.
On eZ Publish 4.2 things mostly worked, but occasionally we had people get logged out by the system, and they then could not log in and stay logged in.
When we upgraded to eZ Publish 4.4 recently, this problem became universal-- no one could log in and stay logged in. The subsequent page load would kick them back out.
Is this something this plugin would help with? Is this plugin still relevant, given that there doesn't appear to be much activity recently?
Thanks very much!
|
|
|
André R
Member since: 20 August 2005
Posts: 171
|
Tuesday 23 November 2010 1:04:42 pm
Well, reason for inactivity is that it works as intended.
As for if it is needed or not, that depends on your setup and your needs.
As for the 'is_logged_in' cookie, no. 4.4 only creates a session cookie when it is needed so you should instead avoid caching the request if there are cookies (esp session cookies) in the request. In other words closer to how all proxies / reverse proxies works out of the box.
For some info on the other features ezvlogin supports, look here:
http://websvn.projects.ez.no/wsvn...n/trunk/ezvlogin/settings/vlogin.ini
|
|
You need to be logged in to post messages in the forums. New users may register here.