1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Display current session name in 'tests'

This commit is contained in:
Marco
2017-10-18 22:30:06 +02:00
parent fa8fa4887e
commit fa75811679

View File

@@ -581,6 +581,10 @@ function showDebugData(\Delight\Auth\Auth $auth, $result) {
\var_dump($auth->getIpAddress());
echo "\n";
echo 'Session name' . "\t\t\t\t";
\var_dump(\session_name());
echo "\n";
echo 'Auth::createRandomString()' . "\t\t";
\var_dump(\Delight\Auth\Auth::createRandomString());
echo 'Auth::createUuid()' . "\t\t\t";