Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NPermanentSessionStateManager Class
Fields Properties Methods


In This Topic
    NPermanentSessionStateManager Class Members
    In This Topic

    The following tables list the members exposed by NPermanentSessionStateManager.

    Public Fields
     NameDescription
    Public FieldThe name of the query string filed that is used to pass the state identification through HTTP requests. The value is "SessionGuid".  
    Top
    Protected Fields
     NameDescription
    Protected FieldCached HTTP Context.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the state object id. (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Override this method to implement the state lookup logic.  
    Public MethodOverridden. Provides a query string part for state identification transport over http.  
    Public MethodOverridden. Removes an existing state object, stored by this state manager.  
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Public MethodOverridden. Implements the expiration logic.  
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Public MethodOverridden. Override this method to implement the state storage logic.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a new state instance. (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Top
    See Also