<?php
header("Expires: Thu, 17 May 2001 10:17:17 GMT"); // Date in the past
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); // HTTP/1.0
include_once("config.php");
checkLoggedIn("yes");
if(flushMemberSession())
{
?>
<script type="text/javascript">
<!--
window.location = "user_login.php"
//-->
</script>
<?php } ?>