Столкнулся с неожиданным поведением фреймворка. $this->response->redirect('login') отлично работает в action-ах, но не работает в initialize и beforeExecuteRoute. С чем это связано, подскажите plz. И как сделать редирект, не используя header?
Faced with a unexpected framework behavior. $this->response->redirect('login') works fine in actions, but it does not work in initialize and beforeExecuteRoute, What is the reason? Tell me please, and how to make a redirection without headers?