I am running an application developed by me on my local system with IP (eg - http://192.168.0.126/career_app/name/controller_name/method_name/).
When I am accessing the same on my system, the output is as desired!!
But when I switch to my laptop connected onto the same network and access the application using the same IP (eg - http://192.168.0.126/career_app/name/controller_name/method_name/) - The same application acts all weird, wrong redirections and wrong flash messages start appearing on the screen.