With PHP it\'s possible to check if a cookie exists. Is there a similar way to check if a HTML5 sessionStorage (webstorage) item exists?
This worked.
HTML side:
PHP side:
echo $_REQUEST['var'];