Skip to content

Commit 4ff45cb

Browse files
committed
set session to httponly
1 parent a24e81c commit 4ff45cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

www/idp/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
2+
ini_set( 'session.cookie_httponly', 1 );
3+
24
require_once(__DIR__ . "/../../config.php");
35
require_once(__DIR__ . "/../../vendor/autoload.php");
46

0 commit comments

Comments
 (0)