I'm newbie in php and I have a question. So for example I have in session array a variable call game_url
:
$_SESSION['game_url'] = $_SERVER['HTTP_REFERER'];
Is it possible to make a $_SESSION['game_url'] = '';
after 2 min after it has set? Any help would be appreciated.