C# Класс Profiles.Framework.Utilities.SessionManagement

This Class is used to manage the custom Profiles session data and processes !!!!!!!!!!! I COMMENTED OUT THIS AND THE SESSION.DATAIO STUFF AS WELL DEALING WITH SESSION UNTILL WE GET THE RDF DESIGN WORKED OUT.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClearEditSession ( ) : void
Session ( ) : Session

Public method used to get the custom Profiles session object. The object is stored in the current users session and can be accessed with the "PROFILES_SESSION" key. If the session does not exist then this method will create the session by calling this.SessionCreate();

SessionCreate ( ) : void

Public method used to create an instance of the custom Profiles session object.

SessionDestroy ( ) : void
SessionLogout ( ) : void

Приватные методы

Метод Описание
IsBot ( string userAgent ) : bool
SessionGetInfo ( ) : Session

SessionManagement ( ) : System

Описание методов

ClearEditSession() публичный Метод

public ClearEditSession ( ) : void
Результат void

Session() публичный Метод

Public method used to get the custom Profiles session object. The object is stored in the current users session and can be accessed with the "PROFILES_SESSION" key. If the session does not exist then this method will create the session by calling this.SessionCreate();
public Session ( ) : Session
Результат Session

SessionCreate() публичный Метод

Public method used to create an instance of the custom Profiles session object.
public SessionCreate ( ) : void
Результат void

SessionDestroy() публичный Метод

public SessionDestroy ( ) : void
Результат void

SessionLogout() публичный Метод

public SessionLogout ( ) : void
Результат void