I need to track down a missing cart for a user who I don't know their IP address. I know the user though.
I'm attempting to track their visit using the TrackSession_{current} table in the database. However, I don't see a userid stored anywhere. How do I associate a user to the session? I do see that TrackingView_{current} has a TrackingViewUserId, but I'm unable to find that user in that table for today's visit. I do see that AccessUserLastLoginOn updated this morning though, so I know that it was this user who has logged in today.
My question, how do I associate the TrackSession's sessionId to the login's AccessUserId?
Thanks,
Scott