About a week ago I upgraded the script on my site and recently I've had a few people complain about having to login all the time. So I did some investigating and found this:
I checked and it didn't use to be commented out. Also, all of the functions that read this cookie are still enabled.
Is there a reason this was commented out?
Code:
class.auth.php [line 290]
//$s = json_encode(array('un' => $un, 'pw' => $pw));
//return setcookie('spf', $s, time() + 60 * 60 * 24 * 30, '/', $Config->authDomain);
Is there a reason this was commented out?