SessionManager Class

Template MVC

SessionManager Class

class to manage the sessions
Inheritance Hierarchy
SystemObject  Template.Web.Commons.UtilsSessionManager

Namespace:  Template.Web.Commons.Utils
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SessionManager

The SessionManager type exposes the following members.

Constructors
  NameDescription
Public methodSessionManager
Initializes a new instance of the SessionManager class
Top
Methods
  NameDescription
Public methodStatic memberClearSession
method that clear all the keys in the session
Public methodStatic memberGetListSessionT
method that return the key in a list , from the current sesssion or create one if not exist
Public methodStatic memberRemoveSession
method to remove a key from the current session
Top
See Also