We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24e81c commit 4ff45cbCopy full SHA for 4ff45cb
1 file changed
www/idp/index.php
@@ -1,4 +1,6 @@
1
<?php
2
+ ini_set( 'session.cookie_httponly', 1 );
3
+
4
require_once(__DIR__ . "/../../config.php");
5
require_once(__DIR__ . "/../../vendor/autoload.php");
6
0 commit comments