API17:JSessionStorage::open
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JSessionStorage::open ($save_path, $session_name) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 33: | Line 33: | ||
boolean True on success, false otherwise. | boolean True on success, false otherwise. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/session/storage.php | + | libraries/joomla/session/storage.php (line 98) |
| + | * see source code in [[jplatform:session/storage.php#cl-98|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:12, 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.
JSessionStorage::open
Description
Open the SessionHandler backend.
Description:JSessionStorage::open [Edit Descripton]
Synopsis
public JSessionStorage::open ($save_path, $session_name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $save_path | string | The path to the session object. | |
| $session_name | string | The name of the session. |
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage.php (line 98)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
