You are developing an ASP.NET MVC application that will be deployed to servers on
multiple networks. The application must be compatible with multiple browsers. You must
track the page number that the user is viewing in search results. You need to program the
location for storing state information. Where should you persist state information?
A.
Session
B.
QueryString
C.
Application
D.
TempData
I believe B is correct.
About session states and the modes for saving the sessions: https://msdn.microsoft.com/en-us/library/ms178586.aspx
I believe Session is not correct because the default mode of InProc is not suitable when we have many servers