<?php
session_start();
echo strlen($_SESSION['token']), PHP_EOL;
echo bin2hex($_SESSION['token']), PHP_EOL;
print_r($_GET);