how to clear another computer sessions in php code example Example: clear session php <?php unset($_SESSION['counter']); ?>