I am showing the pop-up on Experience Targeting activity. I want to show this popup one time in a session, so I have used the below profile script as user_freq,if(user.sessionId!=user.getLocal('lastSessionId')){user.setLocal('lastSessionId', user.sessionId); return (profile.get('visitCount') || 0)...