File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
delete
— Remove a single session item or clear the whole session by leaving the key field null
Name | Description |
---|---|
[$strKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strKey = null;
//Call the function delete with the example vars
Twist::Session() -> delete($strKey);