I am wondering if any of the built in rules for personalization within Sitecore 8.2 fit the requirements of what I am looking for. Using personalization I am trying to make a module on a page show up the first time you visit the page. Any subsequent visits to the page within the current session would not render the module.
I thought the built in rule "where the [specific page] has been visited during the current visit" would work but it doesn't in my scenario. It works if the [specific page] parameter is not the current page but that's not what I need.
It seems as if the visit is recorded before the rule is validated so when the rule is eventually validated it thinks the page has already been visited before when in actuality this may be the first page visit.
Any thoughts other than creating a custom rule? Thanks in advance.