Decouple session from csrf handler, set initial lastActivity

This commit is contained in:
billz
2025-01-20 00:55:21 -08:00
parent 866d8eb5b0
commit c51b520b8d
3 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
<?php
require_once 'functions.php';
require_once 'session.php';
if (csrfValidateRequest() && !CSRFValidate()) {
handleInvalidCSRFToken();