Session table changes creates activity on log out #954
Answered
by
alantucker
alantucker
asked this question in
Q&A
-
Hi I am logging events on the user model. I have noticed that when a user logs out there is activity being logged. I believe that this could be down to the session records being updated. Is there any way to stop this? Thanks Alan |
Beta Was this translation helpful? Give feedback.
Answered by
alantucker
Sep 16, 2021
Replies: 1 comment
-
Quick update, I am using the following on the model which seems to have sorted out my issue.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alantucker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quick update, I am using the following on the model which seems to have sorted out my issue.
protected static $submitEmptyLogs = false;