Equifax Interview Question

What is session management in asp.net

Interview Answer

Anonymous

Oct 15, 2019

Session is a State Management Technique. A Session can store the value on the Server. It can support any type of object to be stored along with our own custom objects