due to the admin page need roles to view,so,i have to set some session,and get variable from session,but it will take me some errors when i have not login on the page
so,i use $this->response->redirect() to bring me to the login page first,but, infact,it will parse the template first and take me some wrong lines,for this,i try to use "hader('location:/login')" and successfully to jump to the login page,so i want to know,whether the $this->resposne->redirect support this way or not
thanks!