Jun 14, 2018
0
Level 1
Session and Cache in database.
Is it possible to have Session and Cache in the database at the same time? I've set both drivers to the database, however logging in doesn't work. Everything works fine when either one is set to database, but not when both are.
If you make a new Laravel project, make Auth, add Session table, add Cache table, set both drivers to database. Register and try to log in, it doesn't work. Set either one to file, and it works.
Any ideas?
Please or to participate in this conversation.