PhpSession
- Full name:
\Qubus\Http\Session\PhpSession
Methods
has
Checks if session exists.
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | Session name. |
get
Retrieve session.
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | Session name. |
getAll
Returns all session data.
unsetSession
Destroy specific session data by key.
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string |
Automatically generated on 2025-10-13