0
sentient created
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.
1 Answer(s)
-
0
Hi,
Sorry, we don't have any document related to this. Session management will not be a problem since we use cookie based auth. But you also need to consider Background jobs and Notifications (SignalR).
Thanks.