I have simple front controller plugin which contains this code: http://pastebin.com/m155c59b0
When session expire if user is on /admin/controller_name it will be redirected to auth module but if user is on /admin/controller_name/action_name it wouldn't be redirected, he will get error from error controller with message that action doesn't exist. Anybody know what's the problem and how to fix it!?