include('user_inc.htm'); if($_GET[destroy] == 'yes' ) { if( isset($_SESSION['user'] ) ) { error_log("-=-=-=-=-=-=-=-=-=-=-=-==- We are destroying the Session" ); logoff($_SESSION['user']); session_destroy(); } } ?>