Skip to content

Render session cache more resilient (#3121)

Yadd requested to merge 3121-no-cache-fail into v2.0

Related to #3121 (closed)

To kind of errors managed here:

Error Previous behavior New behavior Change
Cache works but data was corrupted Failure Warn and call central cache In Common::Apache::Session::Store, try to unserialize data
Cache fail Failure Warn and call central cache In Common::Apache::Session::Store, eval all cache calls
Edited by Yadd

Merge request reports