Interface ISessionManager
Namespace: Umbraco.Cms.Core.Web
Assembly: Umbraco.Core.dll
Syntax
public interface ISessionManager
Methods
View SourceGetSessionValue(String)
Declaration
string GetSessionValue(string sessionName)
Parameters
Type | Name | Description |
---|---|---|
System. |
sessionName |
Returns
Type | Description |
---|---|
System. |
SetSessionValue(String, String)
Declaration
void SetSessionValue(string sessionName, string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
sessionName | |
System. |
value |