Template Documentation
SessionManager Class |
class to manage the sessions
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
SessionManager | Initializes a new instance of the SessionManager class |
Methods
Name | Description | |
---|---|---|
ClearSession |
method that clear all the keys in the session
| |
GetListSessionT |
method that return the key in a list , from the current sesssion or create one if not exist
| |
RemoveSession |
method to remove a key from the current session
|
See Also