Hi all,

sorry if I interfere: plz tell me, if U think this should rather be a
different thread in your eyes.
I ran through DrSwank´s tutorial on using sessions with amfphp. Cool:
sessions do work fine within flash and related actions, now.
Only: I cant access session-vars in a non amf-enabled action within the
same controller.

Eg.
function nonFlashRequest()
{
    $someVar = $this->session->read('someVar');
    $this->flash('Checko: _' . $someVar . '_', '/');
}
will only give me 'Checko: __', then.
I put CAKE_SESSION_COOKIE right and $s->readSessionVar('someVar') works
fine within the other actions in my controller.

Any idea what I´m doing wrong?

thanks!!
carsten


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