API17:JSession:: construct
From Joomla! Documentation
JSession::__construct
Description
Constructor.
public function __construct (
$store= 'none'
$options=array
)
Parameter | Type | Default | Description |
---|---|---|---|
$store | string | 'none' | $storage |
$options | array | array() | optional parameters |
- Returns
- Defined on line 77 of libraries/joomla/session/session.php
See also
JSession::__construct source code on BitBucket
Class JSession
Subpackage Session
- Other versions of JSession::__construct
User contributed notes
Code Examples