From fa75811679bc7be3001d95a56fcdcf57f0ffdb8f Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 18 Oct 2017 22:30:06 +0200 Subject: [PATCH] Display current session name in 'tests' --- tests/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/index.php b/tests/index.php index 2d54a3c..ef7966e 100644 --- a/tests/index.php +++ b/tests/index.php @@ -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";