Hi,
First tell me how you achieved the landing page.
We can achieve it in two ways, using session and cookie. When any user come to visit your site then you should show the landing page once. before you showing the landing page set a session flag as 1 and check the sessions flag null or 1 before rendering the landing page. simple!