Refactored/ streamlined UserSession code
Makes it easier to tell when a user is signed in
This commit is contained in:
4
dev_mvc/model/actions/model_destroy.php
Normal file
4
dev_mvc/model/actions/model_destroy.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
session_destroy();
|
||||
session_start();
|
||||
?>
|
||||
Reference in New Issue
Block a user