Umbraco 7 in load balanced environments and SQL based session
Hi,
Has anyone out there had an Umbraco set up that uses a load balanced enironment with session data being held in a SQL box (accessible to both load balancers) and accessed via IIS rather than a sticky session? We have a client who would like to use this set up and I can't think there would be any issues using it, but can anyone confirm?
Thanks Sebastiaan, looks like it's best practice to use SqlSessionStateStore in a load balanced environment, so that clears that mystery up! I'll ensure this is treated as the blueprint to the universe ;-)
Umbraco 7 in load balanced environments and SQL based session
Hi,
Has anyone out there had an Umbraco set up that uses a load balanced enironment with session data being held in a SQL box (accessible to both load balancers) and accessed via IIS rather than a sticky session? We have a client who would like to use this set up and I can't think there would be any issues using it, but can anyone confirm?
Thanks y'all!
Make sure to follow the documentation and don't deviate from it (else it won't work properly): http://our.umbraco.org/documentation/Installation/load-balancing
Thanks Sebastiaan, looks like it's best practice to use SqlSessionStateStore in a load balanced environment, so that clears that mystery up! I'll ensure this is treated as the blueprint to the universe ;-)
is working on a reply...