<?php
    unlink
("id/$id/.htsession");
    
rmdir("id/$id");
?>