-
Notifications
You must be signed in to change notification settings - Fork 595
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
Trackers Session : user_id is null #485
Comments
Hi. ` public function boot()
You can just comment this line out ($this->bootTracker();) in the package Service Provider boot method. |
I edited the package directly in the FTP, then commented the line as you suggest. But it still doesn't work. Are there a few more things to do? |
@kazemimorteza68 @antonioribeiro Can you help me ? |
I have the same error! Configured everything properly but still doesn't work. |
I have a problem when the user login at the website, and doesn't save user-id at the table tracker_sessions. it is always null. |
My solution was in the Login controller: $visitor = \Tracker::currentSession(); |
I figured this out after following through the code. There are three crucial steps that must be followed .
|
I made a PR to solve this issue |
calazcano commented on 9 Apr 2020 -> Excellent!! It's working fine. |
it works, Thanks |
Hello,
I am under Laravel 6 and since the last update of the Package, in "tracker_sessions", the value of "user_id" is always null.
Would it be possible to correct this bug?
Thank you in advance.
The text was updated successfully, but these errors were encountered: