how to unset an one of the items stored in a session in php code example Example: clear session php <?php unset($_SESSION['counter']); ?>