mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add session cookie httponly and set it to true.
This commit is contained in:
@@ -31,6 +31,7 @@ require_once "resources/require.php";
|
||||
}
|
||||
|
||||
//start the session
|
||||
ini_set("session.cookie_httponly", True);
|
||||
session_start();
|
||||
|
||||
//if the username session is not set the check username and password
|
||||
|
||||
Reference in New Issue
Block a user