Improved session monitoring

This commit is contained in:
CHIEFSOFT\ameye
2024-07-07 18:28:51 -04:00
parent 09c14cf2ca
commit 23e676e5bc
3 changed files with 39 additions and 8 deletions
+3 -1
View File
@@ -1,13 +1,15 @@
<?php
namespace App\Controllers;
use CodeIgniter\API\ResponseTrait;
use CodeIgniter\Controller;
use CodeIgniter\HTTP\CLIRequest;
use CodeIgniter\HTTP\IncomingRequest;
use CodeIgniter\HTTP\RequestInterface;
use CodeIgniter\HTTP\ResponseInterface;
use Psr\Log\LoggerInterface;
use Exception;
//use CodeIgniter\Cache\CacheInterface;
/**