I have a Toast Message that has some useful information when someone reaches a page. But it's set up that even when I refresh it shows up.
How can I make it so that it only appears when you arrived on the page from a link-click and not from a page refresh? Is this possible? Would differentiating between a 200 and a 304 on some site-wide resource work?