| Package | com.ericfeminella.net |
| Interface | public interface IFlexUISession |
| Implementors | LocalPersistence |
| Method | Defined by | ||
|---|---|---|---|
|
getCurrentSessionId():Number
Returns a Genuine Unique Identifier (GUID) for the
current session object
| IFlexUISession | ||
|
getCurrentSessionTimestamp():String
Retrieves the current session timestamp
| IFlexUISession | ||
|
getPreviousSessionId():Number
Returns a Genuine Unique Identifier (GUID) for a
previous session object
| IFlexUISession | ||
|
getPreviousSessionTimestamp():String
Retrieves the previous session timestamp
| IFlexUISession | ||
|
getSessions():Array
Retrieves all session unique identifiers
| IFlexUISession | ||
|
getSessionTimestamps():Array
Retrieves all session timestamps
| IFlexUISession | ||
| getCurrentSessionId | () | method |
public function getCurrentSessionId():NumberReturns a Genuine Unique Identifier (GUID) for the current session object
ReturnsNumber — genuine unique identifier
|
| getCurrentSessionTimestamp | () | method |
public function getCurrentSessionTimestamp():StringRetrieves the current session timestamp
ReturnsString — the current session timestamp
|
| getPreviousSessionId | () | method |
public function getPreviousSessionId():NumberReturns a Genuine Unique Identifier (GUID) for a previous session object
ReturnsNumber — genuine unique identifier
|
| getPreviousSessionTimestamp | () | method |
public function getPreviousSessionTimestamp():StringRetrieves the previous session timestamp
ReturnsString — the previous session timestamp
|
| getSessions | () | method |
public function getSessions():ArrayRetrieves all session unique identifiers
ReturnsArray — an Array of all session identifiers
|
| getSessionTimestamps | () | method |
public function getSessionTimestamps():ArrayRetrieves all session timestamps
ReturnsArray — an Array of all session identifiers
|