FIX_FP_SESSION
This commit is contained in:
parent
5470c50e25
commit
b9f03d680c
@ -23,11 +23,11 @@ class AuthMVC implements FilterInterface
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
// Fingerprint validation
|
// Fingerprint validation
|
||||||
// $fp = generateFingerprint();
|
$fp = generateFingerprint();
|
||||||
// // log_message('error',$fp);
|
// log_message('error',$fp);
|
||||||
// if (session()->get('fingerprint') !== $fp) {
|
if (session()->get('fingerprint') !== $fp) {
|
||||||
// return AuthLogout::logout();
|
return AuthLogout::logout();
|
||||||
// }
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user