Skip to Content
2
Former Member
Aug 25, 2014 at 01:36 PM

Share storefront httpsession to other hybris webapp

420 Views

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>