2
Reply

Difference between inproc, outproc Session states

Shivani Aggarwal

Shivani Aggarwal

Mar 21, 2013
2.4k
0

    some times we also use Caching Technique to manage the State in outproc medium like M-Cache N-Cache but its use in Large enterprise applications

    Annad Kumar
    August 14, 2014
    0

    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 

    Shivani Aggarwal
    March 21, 2013
    0