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

Session.user_id is set to null when the user logout #531

Open
florianNgbala opened this issue Mar 25, 2021 · 0 comments
Open

Session.user_id is set to null when the user logout #531

florianNgbala opened this issue Mar 25, 2021 · 0 comments

Comments

@florianNgbala
Copy link

When a user logout of my application, the user_id of the corresponding session is set to null. I want to store the visit of my users but if they logout I don't have any information about their visits..

According to some other answers I tried this : 'do_not_track_paths' => ['api/*','logout', 'login'],

I have this message on the logs : path logout is not trackable. But the user_id is still set to null when the user logout.

What can I do to keep the information of the user_id ?

Thank you.

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

1 participant