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.
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS 1 사용 예제들

공개 메소드들

메소드 설명
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