Class Horde_SessionHandler_Storage_Sql
SessionHandler storage implementation for SQL databases.
Uses the following SQL table structure:
CREATE TABLE horde_sessionhandler (
VARCHAR(32) NOT NULL,
session_lastmodified INT NOT NULL,
session_data LONGBLOB,
-- Or, on some DBMS systems:
-- session_data IMAGE,
PRIMARY KEY (session_id)
);
CREATE INDEX session_lastmodified_idx ON horde_sessionhandler (session_lastmodified);
Copyright 2002-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.
- Horde_SessionHandler_Storage
-
Horde_SessionHandler_Storage_Sql
Package: SessionHandler
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Located at Horde/SessionHandler/Storage/Sql.php
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Located at Horde/SessionHandler/Storage/Sql.php
public
|
|
public
|
|
public
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
array
|
setLogger()
|
$readonly
|