Base solution for your next web application
Open Closed

web farm deployment #3268


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.