I am looking for some documentation / resources what has to be done for deployment of the web tier on multiple web servers.
I see the cache can easily be configured to redis.cache. But is there anything we have to do for the session management? And how does the AbpAuthorization / permsssion model work over multiple web servers?
Although it is possible to configure a load balancer with stick client sessions, we really like to have the load distributed over multiple machines.
Any help is appreciated.