API17

Difference between revisions of "JSessionStorageDatabase"

From Joomla! Documentation

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

Revision as of 18:01, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JSessionStorageDatabase

Defined in[edit]

libraries/joomla/session/storage/database.php

Subpackage[edit]

Session

Extends[edit]

JSessionStorage

Extended by[edit]

Methods[edit]

Method name Description
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.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JSessionStorageDatabase [Edit See Also]

Examples[edit]

<CodeExamplesForm />