You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database Driver & Version: mysql Ver 15.1 Distrib 10.1.21-MariaDB, for Linux (x86_64) using readline 5.1
Description:
Since the upgrade to laravel 5.4.*, the ip_address and user_agent columns in my sessions table are only filled with null. I did not change any code of my application or database or php configuration. I don't know which part of laravel is responsible for inserting these values, so I don't know where to search the reason for this beaviour.
Description:
Since the upgrade to laravel 5.4.*, the
ip_address
anduser_agent
columns in mysessions
table are only filled withnull
. I did not change any code of my application or database or php configuration. I don't know which part of laravel is responsible for inserting these values, so I don't know where to search the reason for this beaviour.I have also asked this question on stackoverflow.
Thanks for any help.
Steps To Reproduce:
Upgrade from 5.3.* to 5.4.* and look into the sessions table.
The text was updated successfully, but these errors were encountered: