IHttpSessionState.Add Method
.NET Framework 2.0
Adds a new item to the session-state collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the Add method of the IHttpSessionState interface to add a new item value to the internal session-state item collection.
Community Additions
ADD
Show: