view user/logout.php @ 19:84a412b8122c

try to protect against a range of missing info
author Charlie Root
date Thu, 30 Aug 2018 17:18:12 -0400
parents 077b0a0a3e6d
children
line wrap: on
line source

<?php

		session_start($_GET['PHPSESSID']);
		session_destroy();
?>