WebsiteBaker 2.13.8 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
<?phpecho "<hr />presid<br />";$presid = session_name(APP_NAME.'-sid').'='.session_id(); echo '', $presid;echo "<hr />http-cookie<br />";$postid = $_SERVER['HTTP_COOKIE'];echo '', $postid;echo "<hr />"; if ($postid == $presid) { echo "Du hast die Seite zuvor besucht";} else { echo "Du hast die Seite zuvor NICHT besucht";} echo '<hr />'; ?>