View Source
Interface ISessionManager
Assembly: Umbraco.Core.dll
Syntax
public interface ISessionManager
Methods
View Source
ClearSessionValue(String)
Declaration
void ClearSessionValue(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
View Source
GetSessionValue(String)
Declaration
string GetSessionValue(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.String |
|
View Source
SetSessionValue(String, String)
Declaration
void SetSessionValue(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|