Hello,

if you store the data in the session, you don't have to pass it again,
just read it where you need the data.

Here you can find details on how to work with sessions in CakePHP:

http://book.cakephp.org/view/173/sessions

Regards, Christoph


On 2 Sep., 06:23, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to