このエラーは何ですか:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
私は PHP CodeIgniter とライブラリSimpleLoginSecureを使用しています。これが私のコードです:
if ($this->session->userdata('logged_in')) {
redirect('admin/index');
}
このエラーを解決するにはどうすればよいですか?
よろしく