Select from following answers:- Use the StateServer session state mode and Configure all web servers with the same machine key.

- Use cookieless session state.
- Create a custom PageStatePersister.
- All Above
You should use StateServer or SqlServer session states any time you use multiple web servers and store information in session state.
Whether you use StateServer or SqlServer session state, you need to synchronize the machine key on all web servers.
Show Correct Answer
Source: Microsoft Press | |
Alert Moderator