Shivani Aggarwal
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
InProc, state mantain in the memory of the ASP.NET process
And OutProc, session managed by an external resource (
Like StateServer or SQL Server
and Inproc session states is faster than outproc
Inproc not need to be serialized