"") {
myopen();
SecurityCheck();
logout();
myclose();
}
if($_SERVER["HTTPS"]=="on"){
$strsessionid = session_id();
//if(empty($strsessionid)) {session_start(); }
//echo "SID: ".SID."
session_id(): ".session_id()."
COOKIE: ".$_COOKIE["PHPSESSID"];
header("Cache-Control: no-cache, must-revalidate");
?>