I'm trying to use a database session
SESSION_DRIVER=database
I'd like to know how to set the session in the specific column too
I'm trying this way
Session::put([
'login' => $login
]);
But do not save anything, I realize that when I soon it puts the other values such as ip, id, but the login I would like to insert also does not save and also would like to know at what point it inserts the other values