Select from following answers:- In and Out of Process

- Right and Left Process
- Left Process
- Right Process
- All Above
In-Process stores the session in memory on the web server.
Out-of-Process Session state management stores data in an external server. The external server may be either a SQL Server or a State Server. All objects stored in session are required to be serializable for Out-of-Process state management.
Show Correct Answer
Asked In: Verizon |
Alert Moderator