1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

store sessions in database

Will allow for us to log users out manually in future versions if
needed.
This commit is contained in:
Dane Everitt 2016-01-23 15:43:00 -05:00
parent 75cb112f9e
commit e40e487661

View File

@ -9,7 +9,7 @@ DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_DRIVER=database
QUEUE_DRIVER=database
MAIL_DRIVER=smtp