This commit is contained in:
2021-03-09 14:43:39 +01:00
parent ff749d80d4
commit a69890c970
3 changed files with 17 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
<?php
session_start();
echo strlen($_SESSION['token']), PHP_EOL;
echo bin2hex($_SESSION['token']), PHP_EOL;
print_r($_GET);