Hi...

I have a problem with sessions because the data get lost between action views.

I mean:

1.- In action index I save a $this->Session->write('mydata', 'is lost').
2.- In the index view, the data sees right, but when I click some link
that takes me out to another action (in the current controller or
another) the data is lost.
3.- After opening the 2nd action view, I can see any previously saved data.

I have reported a bug in Cakephp's Trac:
https://trac.cakephp.org/ticket/5031

And created a Test case (also attached in bug report):
http://www.gsoftecs.com/gfear/sessions_error_app.zip

I would apreciatte any help.

Thanks.
gFa

--~--~---------~--~----~------------~-------~--~----~
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