We were using default session state (in proc) in our application which we've built on top of Orchard. Now management has decided to install a load balancer in between. To make our sessions still work, I thought to go with Out of process session state. However, I am a bit confused that whether should I enable it in the 'Orchard.web' module of in specific modules where I've used sessions.
I was trying to search out if Orchard supports out proc sessions some other way or it should be the similar way like a normal asp.net application would have.
Any help would be appreciated