Hello! I will post my question here and if anyone can, please answer. I am asked to implement a database based session with fuelphp. I have copied the session.php config to my config folder. I have set in there 'driver' => 'db' and in the db section down below I chose the right db and table. I created the table with oil r session:create .
I must add that if I use 'driver' => 'cookie' everything works as expected. If I use db, nothing happens. I don't see either the cookie fueldid nor a row in the sessions table in my db. Please if you can, help thank you!