probléme connexion

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
private function attemptCookieLogin()
{
if (isset($_COOKIE['spf']) && is_string($_COOKIE['spf']))
{
$s = json_decode($_COOKIE['spf'], true);

if (isset($s['un']) && isset($s['pw']))
{
return $this->attemptLogin($s['un'], $s['pw']);
}
}

return false;
}
why removed with this code in auth.class.php I uncommented my members stay connected and you can not control ip session so not even I go through cloudflare
 

izora

New Member
YetiShare User
Feb 22, 2014
9
0
0
38
I have the solution for you.
Put this code un your cronjob
Code:
* * * * * rm -rf /home/netflux/public_html/core/page/ajax/files
:)