Nevron.UI.WebForm.Controls Namespace : NPermanentSessionStateManager Class |
The following tables list the members exposed by NPermanentSessionStateManager.
Name | Description | |
---|---|---|
![]() | QueryStringField | The name of the query string filed that is used to pass the state identification through HTTP requests. The value is "SessionGuid". |
Name | Description | |
---|---|---|
![]() | m_HttpContext | Cached HTTP Context. |
Name | Description | |
---|---|---|
![]() | StateId | Gets/sets the state object id. (Inherited from Nevron.UI.WebForm.Controls.NStateManager) |
Name | Description | |
---|---|---|
![]() | AcquireState | Overridden. Override this method to implement the state lookup logic. |
![]() | BuildIdQueryString | Overridden. Provides a query string part for state identification transport over http. |
![]() | CleanUp | Overridden. Removes an existing state object, stored by this state manager. |
![]() | Equals | (Inherited from Nevron.UI.WebForm.Controls.NStateManager) |
![]() | ExpirationCheck | Overridden. Implements the expiration logic. |
![]() | GetHashCode | (Inherited from Nevron.UI.WebForm.Controls.NStateManager) |
![]() | StoreState | Overridden. Override this method to implement the state storage logic. |
Name | Description | |
---|---|---|
![]() | CreateStateObject | Creates a new state instance. (Inherited from Nevron.UI.WebForm.Controls.NStateManager) |