server->str('REMOTE_USER')) { unlock($ID); } // do the logout stuff and redirect to login auth_logoff(); send_redirect(wl($ID, array('do' => 'login'))); // should never be reached throw new ActionException('login'); } }