What I basically do is:
else
{
// redirect to home/login
redirect('home/login');
return null;
}
It seems to work on every major browser but not in Opera. I cant find the issue. Maybe you guys know, how I can solve that? Thank you in advance.
Soltuion
reinstalling and resetting to default settings fixed the bug. Seems like i had some weird redirect configuration.
Soltuion
reinstalling and resetting to default settings fixed the bug. Seems like i had some weird redirect configuration.