<?php session_start(); session_destroy(); header("location:redirect.php"); ?>
redirect.php is just a page that has a 5...4...3... etc.. countdown and redirect to login. I feel like this should be working, however, it doesn't seem to be 'destroying' the session. When I open 'Edit This Cookie' in Chrome, I can still see the PHPSESSID. What gives?