Guys thanks a lot for pointing me right direction. After that I
started receive error in session "your not authorized for this
location" after that i realized that my route were routing my
controller with its alias name. I mean my controller alias name was
like KUsersController and in file it was k_users_controller.php , so i
was using in http path as  localhost/mypath.com/KUsers/login and it
was running perfectly fine but all the time i was receiving authorize
error. Then i changed my route controller names from "KUsers" to
"k_users"  , then i start getting all correct errors and i am
successfully logged in.

But i dont get it why this was happening when i use its alias name?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to