here's another odd thing that happens:
when I set in index.php:
$_POST['_user'] = 'username';
$_POST['_pass'] = 'password';
$_POST['_action'] = 'login';

It never finishes loading.