2
Reply

Difference between inproc, outproc Session states

Shivani Aggarwal

Shivani Aggarwal

12y
4.9k
0
Reply

    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 

    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