hForumPHP/dev_mvc/model/actions/model_signout.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
81 B
PHP

<?php
Database::invalidateSession($_COOKIE['usersession']);
session_destroy();
?>