Session state enables you to store user specific data in the memory and identify a particular request uniquely . Session data is stored as key/value pairs in the SessionStateItemCollection and can be accessed using the HttpContext. Session property.
Session state enables you to store user specific data in the memory and identify a particular request uniquely . Session data is stored as key/value pairs in the SessionStateItemCollection and can be accessed using the HttpContext. Session property.