When does _mkto_trk cookie change?
On the goshen.edu Wordpress site, I'm beginning to use the _mkto_trk cookie and the REST API to look up users by cookie and show custom calls to action, forms, etc.
The _mkto_trk cookie is often available in the initial page request, but I'm concerned about its accuracy. For instance, if Kate is cookied on her laptop, then Mark checks his email on the same laptop and clicks on a Marketo email, Mark will end up on a goshen.edu page with Kate's cookie but an appropriate mkt_tok url parameter (associated with Mark's email). In this case, I'm guessing Munchkin looks up the parameter, sees it doesn't match the cookie, and swaps out the Kate's cookie for one associated with Mark.
I would imagine Munchkin also swaps out expired cookies, and I'm not sure if they can still be used identify users (or should be). Part of the problem here is that I don't have a commented version of the Munchkin tracking code, which would be really handy.
Ultimately, my question is how to detect this sort of cookie swapping, or alternatively, can you provide the instances in which Munchkin might swap out a cookie, so I can wait to see if it happens before loading user-specific content? Thanks!