You are creating an ASP.NET application by using the .NET Framework 3.5. The application will run on a web farm with no server affinity. Users access the web site daily.
You are designing a strategy for persisting user search history.
You need to ensure that a user’s search history is persisted from one day to the next.
What should you do?
A.
Use Session with SessionStateMode.InProc.
B.
Use cookies.
C.
Use Session with SessionStateMode.SQLServer.
D.
Use ViewState.