Skip to content

erp5_core: change erp5_session cache type to Distributed Ram Cache

Tristan Cavelier requested to merge tc/erp5:session into master

Previously Ram Cache was used, causing anonymous clients to never use portal_session properly. Mainly for public forum captcha purpose. Now Distributed Ram Cache is used to share the session between the zope nodes. It's required to restart all zope nodes after this BT5 upgrade.

Merge request reports