Question:You need to track nonconfidential user preferences when a user visits your site, to minimize additional load on your servers. You distribute requests among multiple web servers, each running a copy of your application. Which type of state management should you use?
A Client-side state management
B Server-side state management
C Both
+ AnswerA
+ Report