Class JSessionStorage
Custom session storage handler for PHP
Direct known subclasses
JSessionStorageApc
,
JSessionStorageDatabase
,
JSessionStorageMemcache
,
JSessionStorageMemcached
,
JSessionStorageNone
,
JSessionStorageWincache
,
JSessionStorageXcache
Abstract
Package: Joomla\Platform\Session
Deprecated: 4.0 The CMS' Session classes will be replaced with the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Link: https://secure.php.net/manual/en/function.session-set-save-handler.php
Located at joomla/session/storage.php
Package: Joomla\Platform\Session
Deprecated: 4.0 The CMS' Session classes will be replaced with the
joomla/session
packageCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Link: https://secure.php.net/manual/en/function.session-set-save-handler.php
Located at joomla/session/storage.php
Methods summary
public
|
|
public static
|
#
getInstance( string $name = 'none', array $options = array() )
Returns a session storage handler object, only creating it if it doesn't already exist. |
public
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public static
boolean
|
|
public static
boolean
|
Magic methods summary
Properties summary
protected static
|
$instances |
#
JSessionStorage instances container. |