beforeFilter action is not calling from appController when i use UserController to login.
when I was developing it on the localhost it works fine. But in the Production server beforeFilter, beforeRender etc. actions are not calling, thats why i can not login into my app.
Any body have any solutions. How to overcome this bad situation ???
Thanks.
Check out your production server’s and local mahines date/time. If you can’t login opnproduction system and there is no problem in local machine, it is very common that session is simply expired immediatly after login -> it ends befor it starts, cos of time on local system is way in the future compared to server’s time…