Is there a possibility to share the storefront httpsession (cart, catalog, language, currency) to another webapp running in hybris? I tried to set the cookieconfig path for both apps to /, but it does not work.
<session-config>
<!-- Session timeout of 30 minutes -->
<session-timeout>30</session-timeout>
<cookie-config>
<path>/</path>
</cookie-config>
</session-config>