3600, 'path' => '/', 'domain' => '', 'secure' => false, 'httponly' => true, 'samesite' => 'Lax', ]); session_start(); if (!isset($_SESSION['SESS_MEMBER_LEVEL'])) { header('Location: index.php?error=pleaselogin'); exit; }