TwistPHP Documentation

getSessionID

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

getSessionIDGet the currently assigned session ID from the session handler

Return Values

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

Example

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