I was testing DTM's Page Load Rule with the Condition set to Sessions >
1. When I test the rule, the rule did not fired even though I revisited
the website by closing and reopening a browser tab. I checked the
session counter in the browser javascript console. It reminded at
1._satellite.visitorSessionCount();Finally, I have to dig deep into
satellite's javascript code and find out that DTM tracks sessions by
using a browser session cookie.A browser session cookie only expires
when the browser w...