I am using cakephp framework to build my application. I want that, whenever a user registers he is automatically logged in and shown a particular page. Please tell me how do I achieve this functionality?
using xampp, with php 5.2 and mysql 5.0 on winXP.
I am using cakephp framework to build my application. I want that, whenever a
Share
Well, it comes down to the following:
See more info about Auth::login() here:
http://api.cakephp.org/class/auth-component#method-AuthComponentlogin