Game-Jaming/Frontend/index.php

9 lines
128 B
PHP
Raw Normal View History

<?php
2021-03-09 13:43:39 +00:00
session_start();
echo strlen($_SESSION['token']), PHP_EOL;
echo bin2hex($_SESSION['token']), PHP_EOL;
print_r($_GET);