Hi all,
New to Cake and hoping someone can offer some words of wisdom with a mysterious sessions issue. BACKGROUND: Using CakePHP with a Flex client and AMFPHP. Authenticating the session through an AMF call (RemoteObject). As you may know, the session ID isn't available when sending a FileReference.upload() from Flex, so… I'm returning the session ID to the client after login and passing it back to the server with the file upload and starting the session manually using the method described here: http://blogs.bigfish.tv/adam/2008/04/01/cakephp-12-sessions-and-swfupload/ PROBLEM: This works! The first time. I can successfully upload a file ONCE. The second time Cake always redirects me to the login page. It's like it's not taking any notice of the session ID anymore, even though it is being passed correctly. Anyone run into this before? Cheers, Lach Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
