Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISessionManager

    Namespace: Umbraco.Cms.Core.Web
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISessionManager

    Methods

    View Source

    GetSessionValue(String)

    Declaration
    string GetSessionValue(string sessionName)
    Parameters
    Type Name Description
    System.String sessionName
    Returns
    Type Description
    System.String
    View Source

    SetSessionValue(String, String)

    Declaration
    void SetSessionValue(string sessionName, string value)
    Parameters
    Type Name Description
    System.String sessionName
    System.String value
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetSessionValue(String)
      • SetSessionValue(String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX