Hi!
We are facing following issue with one of our implementation.
We created another cart context named WeeklyCart so user can add products to "normal" cart and checkout and he can add products to weekly cart which is automatically converted to order once per week. This work fine! We have two cart feeds, one for WeeklCart and one for cart withouth context and they return correct data!
When applicaiton pool is recycled then all of existing carts loose the context data and cart data feeds with WeeklyCart context and without cart context return the same data.
We added code in notification subscriber Dynamicweb.Notifications.Standard.Application.AfterDynamicwebStart and we are able to set the cart ContextId correctly but the feeds are still showing the same data. What are we missing here?
Thank you in advance!
Ivan