File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
Type: Class
Session
— Easy session management allowing the use of a user and site array of data. All stored using the PHP session.
Also extends the View helper to allow the use of session vars in templates.
<?php
//Call the function getSessionID with the example vars
Twist::Session() -> getSessionID();
Method | Access | Returns |
---|---|---|
__construct | construct | void |
start | public | void |
getSessionID | public | void |
data | public | void |
nullData | public | void |
delete | public | void |
remove | public | void |
viewExtension | public | void |