I'v seen this asked dozens of times and none of the answers works.
I have session data ($_SESSION['name']
for example) that even after user closes browser windows and opens new browser it continues accessible. This is happening in chrome and FF and not in IE.
I need a way to generate random data for user when he access my site and keep that data while he has his browser windows open (even if he his on other sites, yes). But if he closes and open a new browser window then I want to generate the random data again.