<?php
session_start();
unset($_SESSION['shopping_cart']); 

echo "<meta http-equiv='refresh' content='0;url=findcandidates.php'>";

?>