You are going to need to figure out a way pass some kind of information off to your own server then. We don't provide anything useful in the session, nor in the webhooks.
If you want to be able to get a cart for each viewer, add a hidden item to the cart so you can generate a cart token and then find a way to pass that off to your server so you can do the association later.