hForumPHP/dev_mvc/model/actions/model_destroy.php
Hion-V be9e69c71c Refactored/ streamlined UserSession code
Makes it easier to tell when a user is signed in
2019-05-24 23:53:49 +02:00

4 lines
44 B
PHP

<?php
session_destroy();
session_start();
?>