mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-09-08 11:26:15 -04:00
don't close the session when logging in
This commit is contained in:
1 parent
8a8001f14a
commit
5f4b2ca53f
1 file changed
+2
-2
@@ -66,8 +66,8 @@ function userLogin( $username, $password='', $passwordHashed=false ) {
|
||||
$_SESSION['loginFailed'] = true;
|
||||
unset( $user );
|
||||
}
|
||||
if ( $cookies )
|
||||
session_write_close();
|
||||
//if ( $cookies )
|
||||
//session_write_close();
|
||||
}
|
||||
|
||||
function userLogout() {
|
||||
|
||||
Reference in new issue
Block a user