<?php
error_reporting(0);
@session_start();
	include("config.php");
	 	
	$_SESSION[empid] = "";
     unset($_SESSION[empid]);

@session_destroy();
header("location:index.php");
exit;

?>	
