Class flSession
flSession Class
Base class to provide session management and storage.
Direct known subclasses
Indirect known subclasses
Abstract
Package: fusionLib
Copyright: Copyright (c) 2008 - 2015 fusionLib. All rights reserved.
Located at system/libs/Session/flSession.php
Package: fusionLib
Copyright: Copyright (c) 2008 - 2015 fusionLib. All rights reserved.
Located at system/libs/Session/flSession.php
Methods summary
protected
|
#
__construct(
Construct and initialize the session object. |
protected
string
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
abstract public
string
|
|
abstract public
|
|
abstract public
|
|
abstract public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
Constants summary
string |
FLASHDATANS
The name of the flash data namespace. |
#
'__flSession::flashdata'
|
Properties summary
protected
|
$response
The response object to use. |
|
protected
integer
|
$expireat
The time to expire the session data at. |
|
protected
string
|
$cookieName
The name of the cookie. |
|
protected
string
|
$cookieDomain
The domain the cookie is available on. |
|
protected
string
|
$cookiePath
The path the session cookie is valid on. |
|
protected
string
|
$sessionID
The session ID. |
|
protected
boolean
|
$expireCookieOnExit
Flags if to expire cookie when browser closes or session expires. |
|
protected
array
|
$data
The session data. |
#
null
|
protected
|
$lastFlash
The flash data from the last load. |