C# Class 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.
Show file Open project: ProfilesRNS/ProfilesRNS Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsBot ( string userAgent ) : bool
SessionGetInfo ( ) : Session

SessionManagement ( ) : System

Method Details

ClearEditSession() public method

public ClearEditSession ( ) : void
return void

Session() public method

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
return Session

SessionCreate() public method

Public method used to create an instance of the custom Profiles session object.
public SessionCreate ( ) : void
return void

SessionDestroy() public method

public SessionDestroy ( ) : void
return void

SessionLogout() public method

public SessionLogout ( ) : void
return void