Hello again,
 
Looking at the cocoon.xconf file, I noticed that there are 2 different "store" mechanisms declared :
<transient-store logger="core.store.transient">
<store logger="core.store">
 
It's not clear when each of them is used. Does core.store.transient store rely on core.store ?
 
Beyond that, does use-persistent-cache parameter default to "true" or "false" ?
 
Thanks