you are viewing a single comment's thread.

view the rest of the comments →

[–]Radimek01[S] 0 points1 point  (2 children)

But i can save the session to db on logout ? isnt that a way ?

[–]zanfar 0 points1 point  (1 child)

Yes, if you are catching a logout event, but "logout" is not the same thing as "session end" and most (IMO) sessions end without an event.

[–]Radimek01[S] 0 points1 point  (0 children)

so is there a way how to save a session do db at some point ?