Hello. I have a site with login form and I want the user to be redirected to the restricted area of another site, which was done using CakePHP
Hello. I have a site with login form and I want the user to be redirected to the restricted area of another site, which was done using CakePHP
Following Lucas Soares's suggestion (setting the form's action as the CakePHP action) may not work if they are on different servers if these servers do not allow external iteration (which is viewed as insecure).
My suggestion is to use the cookie generated by the cake to identify the session and generate it on your system.