<?php
//session handling information please!
session_start();
header("Cache-control: private"); //IE 6 fix
session_destroy();
echo("<meta http-equiv=\"refresh\" content=\"0;url=setup.php\">");
?>