API17

JSessionStorageXcache: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 6: Line 6:
===Defined in===
===Defined in===
libraries/joomla/session/storage/xcache.php
libraries/joomla/session/storage/xcache.php
* see source code in [[jplatform:session/storage/xcache.php|BitBucket]]
===Subpackage===
===Subpackage===
[[Subpackage Session/11.1|Session]]
[[Subpackage Session/11.1|Session]]
Line 45: Line 46:
<source lang="php">jimport( 'joomla.session.storage.xcache' );</source>
<source lang="php">jimport( 'joomla.session.storage.xcache' );</source>
===See also===
===See also===
* JSessionStorageXcache source code in [[jplatform:session/storage/xcache.php|BitBucket]]
* [[JSessionStorageXcache|Other versions of this class]]
* [[JSessionStorageXcache|Other versions of this class]]
{{SeeAlso:JSessionStorageXcache}}
{{SeeAlso:JSessionStorageXcache}}

Revision as of 23:02, 23 April 2011

[Edit Descripton] Template:Description:JSessionStorageXcache

Defined in

libraries/joomla/session/storage/xcache.php

Subpackage

Session

Extends

JSessionStorage

Extended by

Methods

Method name Description
__construct Constructor.
close Close the SessionHandler backend.
destroy Destroy the data for a particular session identifier in the SessionHandler backend.
gc Garbage collect stale sessions from the SessionHandler backend.
open Open the SessionHandler backend.
read Read the data for a particular session identifier from the SessionHandler backend.
write Write session data to the SessionHandler backend.
test Test to see if the SessionHandler is available.

Importing

jimport( 'joomla.session.storage.xcache' );

See also

Template:SeeAlso:JSessionStorageXcache [Edit See Also]

Examples

<CodeExamplesForm />