$session->remove()
Removes one or multiple session values by key
$session->remove(array|string $key): void
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $key * | array|string |
– | The key to remove or an array with multiple keys |
Removes one or multiple session values by key
$session->remove(array|string $key): void
| Name | Type | Default | Description |
|---|---|---|---|
| $key * | array|string |
– | The key to remove or an array with multiple keys |