File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
createDeviceID
— Create a device ID, this for now is unique to a browser / computer, multiple users can use one device key
Name | Description |
---|---|
$intUserID | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intUserID = 124;
//Call the function createDeviceID with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> createDeviceID($intUserID);