403 Forbidden"; exit; } $nomor = $_GET['sesi']; $hapus = file_get_contents("$base_url:8000/session/delete/$nomor", false, stream_context_create(array( 'http' => array( 'method' => 'DELETE' ) )) ); //echo $hapus; ?>