Hi All,
I am trying to figure out how to create a "remember me" option so repeat users won't have to repeatedly login to me site. I am using PHP Sessions to handle authentication. I am guessing cookies are the way to go on this, but I could use some tips on how to implement it...
Thanks