I have a logout button with that links to the following page which contains:
But when you get re-directed back to the welcome page, the user is still logged in... Any ideas?PHP Code:<?php
//log out//
unset($_SESSION['blnUserLoggedIn']);
//session_destroy();
header('Location: welcome.htm');
?>



Reply With Quote

Bookmarks