Restrict the session variable cookie to the SFIABDIRECTORY path, instead of just /

This commit is contained in:
james 2006-03-30 22:18:04 +00:00
parent 90cbff4971
commit 877c5bbef5

View File

@ -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