2 include_once('../tools/validate_cookie.php');
3 include_once('ring_session_manager_itf.php');
4 include_once('../tools/domain_info.php');
5 include_once('../login/config.php');
6 include_once('session_tools.php');
8 ///////////////////////////
10 ///////////////////////////
14 if (!validateCookie($userId, $domainId, $charId))
16 echo "<h1>Invalid cookie, please relog<H1>";
20 planEditSession($charId, $domainId, $_POST["session_type"], $_POST["title"], $_POST["description"]);
23 echo '<a href="web_start.php">Return to start menu</a>';