Hi
I have an extension that is not used as front end. I would like to register a HttpSessionListener to save the cart when the session expires. I would like to avoid having to modify another extension web.xml to register the listener. The best way it seems is to register my extension as an add-on. But add-ons cannot override web.xml of another extension or override beans that belong to another extension web context (please, correct me if I am wrong). Is there an elegant way to solve this problem?
Add a comment