when a site has this setting in apache: php_flag session.use_cookies off configure.php MUST have this setting: ini_set("session.use_cookies","1"); to enable login
Log in to post a comment.