Set value in session in Database

0

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

    
asked by anonymous 19.06.2018 / 13:10

0 answers