John or Jean or whoever for that matter, visits my site... Goes on to others. At some point, with the back button, or by link, or by his bookmarks, he or she or whoever comes back to my site.
Is there any simple way in javascript, without the use of cookies, or side server scripts, to detect that this user visited my site within the last... let's say 15 minutes, for the sake of the argument?
Could it be done by time stamping the user's IP, for example and somehow storing that info for a while in case he returns?
If all possible, in any other simple way, can someone post an example script?
Thanks,
ldnewbie
Is there any simple way in javascript, without the use of cookies, or side server scripts, to detect that this user visited my site within the last... let's say 15 minutes, for the sake of the argument?
Could it be done by time stamping the user's IP, for example and somehow storing that info for a while in case he returns?
If all possible, in any other simple way, can someone post an example script?
Thanks,
