Class Horde_Session
The Horde_Session:: class provides a set of methods for handling the administration and contents of the Horde session variable.
Copyright 2010-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Direct known subclasses
Horde_Session_Null
Package: Core
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Session.php
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Session.php
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
mixed
|
|
public
|
|
public
|
|
public
string
|
|
public
mixed
|
|
public
|
string |
DATA
|
#
'_d'
|
string |
MODIFIED
|
#
'_m'
|
string |
PRUNE
|
#
'_p'
|
integer |
TYPE_ARRAY
|
#
1
|
integer |
TYPE_OBJECT
|
#
2
|
integer |
NOT_SERIALIZED
|
#
0
|
integer |
IS_SERIALIZED
|
#
1
|
public
integer
|
$maxStore
Maximum size of the pruneable data store. |
#
20
|
public
Horde_SessionHandler
|
$sessionHandler
The session handler object. |
#
null
|