<?php
	session_start();
	session_destroy();
	session_start();
	header('Location:'.$_SERVER['HTTP_REFERER']);
?>