I've tried
unset ( $_SESSION );
as well as
$_SESSION = NULL;
But neither accomplish my goal. Is there another way? Or do I have to manually delete every single element of the array?
(If it makes a difference, this is running inside Wordpress)
Moderator: General Moderators
Worked like a charm! Thank you!requinix wrote:session_destroy will destroy the data.