Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
А что если страницу обновлять?
PHP:<?php if(!isset($_COOKIE['f_date1'])){setcookie ('f_date1', '666'); header("Location:url_page.php");} echo $_COOKIE['f_date1']; ?>