Here is the scenario, In view A, when user click the submit button in a form, action A stores the data in session and then redirect to another action B. In action B, it will check if user is login and then try to go back to action A with the data in session just like that user clicked the submit button again.
Now I could use method Redirect to go back to action A, but how to pass the data in session? I'd appreciate your help very much. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
