Bakers.

I have a cake application in www.domain.com and another application (no
cake) located in www.anotherdomain.com

There is a form in www.anotherdomain.com where the "action" looks
something like this:

<form action="http://www.domain.com/user/login"; method="post">
...
</form>

As you can see, this is a user login form, when i submit my form i have
two cases:

if the combination user/password is not correct > then i get the
appropriate error message

but

when the combination user/password is correct > the the user should be
allowed in, the session would be set and the user should have access to
the rest of the application, BUT this is not happening... instead: my
user is being redirected again to the /user/login/ page (which is
basically the same login form located in the www.anotherdomain.com)

When I hit "reload" after the form was submitted, I should get a
browser warning telling me that i am rePOSTing a form, but this is not
happening, therefore I assume that the reason why my login process is
not working is because there is a redirection somewhere that i am not
aware of.  Since i know my code is not redirecting anywhere, then i
assume it is a cake setting i need to change..

Any ideas how to fix this?

/** The idea is that old customers that go to the old site will be able
to log in from the old form to the new site **/

Thanks in advance for your help.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to