forked from science-ation/science-ation
Restrict the session variable cookie to the SFIABDIRECTORY path, instead of just /
This commit is contained in:
parent
90cbff4971
commit
877c5bbef5
@ -174,6 +174,7 @@ while($r=mysql_fetch_object($q))
|
||||
|
||||
require_once("committee_auth.php");
|
||||
|
||||
session_set_cookie_params(0,$config['SFIABDIRECTORY']);
|
||||
session_start();
|
||||
|
||||
//detect the browser first, so we know what icons to use - we store this in the config array as well
|
||||
|
Loading…
Reference in New Issue
Block a user