Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ip_address and user_agent columns in sessions table always NULL since upgrade to 5.4.* #17581

Closed
haheute opened this issue Jan 26, 2017 · 1 comment

Comments

@haheute
Copy link

haheute commented Jan 26, 2017

  • Laravel Version: 5.4.4
  • PHP Version: 7.1.1
  • 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.

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.

@devcircus
Copy link
Contributor

Confirmed. #17584 should fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants