phpldapadmin/bootstrap/providers.php
Deon George 808934ebfe Change we now store logged in user details in session, instead of cookies.
This is so when the session expires, the logged in user details are expired as well, which wasnt happening with cookies.
2025-04-27 14:12:24 +10:00

6 lines
61 B
PHP

<?php
return [
App\Providers\AppServiceProvider::class,
];