destroy.php 45 B

1234
  1. <?php
  2. session_start();
  3. session_destroy();
  4. ?>