API17:JSessionStorageEaccelerator
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/session/storage/eaccelerator.php | libraries/joomla/session/storage/eaccelerator.php | ||
| + | * see source code in [[jplatform:session/storage/eaccelerator.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.eaccelerator' );</source> | <source lang="php">jimport( 'joomla.session.storage.eaccelerator' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JSessionStorageEaccelerator source code in [[jplatform:session/storage/eaccelerator.php|BitBucket]] | ||
* [[JSessionStorageEaccelerator|Other versions of this class]] | * [[JSessionStorageEaccelerator|Other versions of this class]] | ||
{{SeeAlso:JSessionStorageEaccelerator}} | {{SeeAlso:JSessionStorageEaccelerator}} | ||
Revision as of 18:01, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JSessionStorageEaccelerator
Defined in
libraries/joomla/session/storage/eaccelerator.php
- see source code in BitBucket
Subpackage
Extends
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.eaccelerator' );
See also
- JSessionStorageEaccelerator source code in BitBucket
- Other versions of this class
SeeAlso:JSessionStorageEaccelerator [Edit See Also]
Examples
<CodeExamplesForm />
