Log in restricted area of external site [closed]

1

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

    
asked by anonymous 20.02.2015 / 17:20

1 answer

0

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.

    
20.02.2015 / 20:19