erp5_core: change erp5_session cache type to Distributed Ram Cache
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.