8
Reply

How to maintain the users data when user switch form one server to another server?

Jaipal Reddy

Jaipal Reddy

9y
3.1k
0
Reply

    There are many technique to maintain users session data on multiple server. If you have more than one server then should have to implement web farm concept with load balancer. Where you can user OutPro session management technique like Database session/state management OR you can use Cache with File/Database dependency.

    I am looking to hire a .net Web development team lead in Lee Summit, MO.(USA) .net experience, TFS, leadership and web service experience is required. If you know anyone who fits this senior level role, please let me know! Send resumes to [email protected] , thanks!

    Hi Juliana Buonanno,Thanks for the information. I will sure to inform my seniors. Thanks & RegardsJaipal Reddy

    Hi you can use the NLB (Network load balancer), NLB is automatically manage the servers, if one server went down the automatically it wil rout the traffic to other server.

    hi Appalaraju Marpu could you please explain in detail if you have free time.

    using load balancing servers

    Hi lalit thank you for your answer but my intention is not that, what i mean is when the traffic is high on one server the user will switches automatically to another server. how it is possible and how to achieve that?

    Simply take back up of code and database .then migrate to another server.