SessionManager Class
From Template MVC
Template Documentation
SessionManager Class |
class to manage the sessions
Namespace: Template.Web.Commons.Utils
Assembly: Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class SessionManager
The SessionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| SessionManager | Initializes a new instance of the SessionManager class |
| 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
|