Click here to Skip to main content
15,914,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have developed a MVC Web API and we have create a custom session manager used by static variable.
So, Right now client want to implement Load Balancing. Please help us how can i manage custom session manager by static variable.
Thanks in advance.
Posted

1 solution

For load balance, you have to store Session Data in both the server itself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900