I have a CakePHP website with its own login system using the Auth component. I would like to know if the following is possible:
A user has logged in and is navigatin
I'll add you also need to set session name to "CAKEPHP" using
session_name('CAKEPHP')
just before your external app session_start() otherwise you could not apply Kashif Khan suggested solution :)
Cheers,