mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-02 14:17:26 +02:00
Display current session name in 'tests'
This commit is contained in:
@@ -581,6 +581,10 @@ function showDebugData(\Delight\Auth\Auth $auth, $result) {
|
|||||||
\var_dump($auth->getIpAddress());
|
\var_dump($auth->getIpAddress());
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
|
||||||
|
echo 'Session name' . "\t\t\t\t";
|
||||||
|
\var_dump(\session_name());
|
||||||
|
echo "\n";
|
||||||
|
|
||||||
echo 'Auth::createRandomString()' . "\t\t";
|
echo 'Auth::createRandomString()' . "\t\t";
|
||||||
\var_dump(\Delight\Auth\Auth::createRandomString());
|
\var_dump(\Delight\Auth\Auth::createRandomString());
|
||||||
echo 'Auth::createUuid()' . "\t\t\t";
|
echo 'Auth::createUuid()' . "\t\t\t";
|
||||||
|
Reference in New Issue
Block a user