Is there an easy way to see if a user - someone how has logged in in the past but is not currently logged in - is visiting my site?
I was thinking that checking if $COOKIE[TEST_COOKIE] is set, but I am uncertain.
- Is this a good method?
- Is there a better cookie to check for?
- What would you do?
$COOKIEor$_COOKIE? – EAMann♦ Jul 5 '11 at 15:30