1
Hi Gurus
in earlier version it was possible to get the session id:
echo session_id();
or
echo "session_id: " . session_id($_COOKIE[$xoopsConfig['session_name']]);
now it is empty ?!
if I do read out the xoops config, I get the session id:
foreach ($xoopsConfig as $key => $req) {
echo "
_xoopsConfig[" . $key . "] | " . $req . " |
";
$n = $n + 1;
}
==> How can I read / access the session ID
any hint will help
Markus