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