TwistPHP Documentation

start

File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base

startCreate the guest session for the user, this will then be used when the user becomes real

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function start with the example vars
Twist::Session() -> start();