<?php

session_name('sirat');
session_start();

$_SESSION = array();
session_destroy();

header("Location: ../index.php");
exit;

