WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$_SESSION['USER_ID'];$_SESSION['USERNAME'];$_SESSION['GROUPS_ID']; //(comma seperated list of assigned groups)
<?php session_name('wb_9210_session_id');session_start();var_dump($_SESSION);?>