PHP Class Horde_SessionHandler_Storage_Builtin, horde
This doesn't do any session handling itself - instead, it exists to allow
utility features to be used with the built-in PHP handler.
Copyright 2005-2016 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.
Mostrar archivo
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_path |
string |
Directory with session files. |
|
Public Methods
Method Details
__construct()
public method
public gc ( $maxlifetime = 300 ) |
getSessionIDs()
public method
public open ( $save_path = null, $session_name = null ) |
public write ( $id, $session_data ) |
Property Details
$_path protected_oe property
Directory with session files.
protected string $_path |
return |
string |
|