Debugging help

This commit is contained in:
Sascha Leib
2025-09-12 16:34:26 +02:00
parent b148c85e51
commit 8e27b26744

View File

@@ -24,8 +24,8 @@ class action_plugin_botmon extends DokuWiki_Action_Plugin {
}
/* session information */
private $sessionId = 'unset';
private $sessionType = '';
private $sessionId = '0';
private $sessionType = 'null';
/**
* Inserts tracking code to the page header
@@ -125,6 +125,9 @@ class action_plugin_botmon extends DokuWiki_Action_Plugin {
private function getSessionInfo() {
$this->sessionId = '1';
$this->sessionType = 'set';
// what is the session identifier?
if (isset($_SESSION)) {
$sesKeys = array_keys($_SESSION); /* DokuWiki Session ID preferred */