Do not install Episerver Commerce load balancing on a database shared between Commerce applications. Make sure you disable other Commerce applications before proceeding. You can go to \dbo.Application and set the IsActive value of other applications to 0.
Sticky session has been what I have recommened. Session state DB should work as well with less performance. I think quan was refering to make sure the same scheme is used for resources when the requests hits the load balanceer.
4 front servers running EPi + CM core - no edit/admin possabilities
2 Backend with 2 sites per server ( EPi and CM mgr)
Question is:
1. Can CM Mgr run in Load balanced envo ( according to Quan Mai there will be some support in version 10.6)
2. DO CM Mgr support Session State DB?
3. Or should the CM Mgr be setup with inProc with Sticky session and that way 2 instances (on seperated servers) CM Mgr run.
I am reading this article:
http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-Commerce/9/Deployment/Load-balancing-deployment/
And i cannot figure out what they mean by
Does this mean that Cm MGr does not support LB?