Grmpf, GoogleGroups did eat my initial reply :S

Here again, real short:
 - Sessions will of course only work in browser context, not in
FlashIDE or FlashOut
 - when working with CakeAMFPHP, make sure to name Cake cookies same
as AMFPHP does
( core.php ~ l.95: define('CAKE_SESSION_COOKIE', 'PHPSESSID'); )
 - when using Cake1.2: try setting 'CAKE_SECURITY' to medium or low
( 'high' didnt work for me in Cake 1.2, downloaded from trunk this
week)

hth
carsten

On Feb 2, 8:18 am, "hausburger" <[EMAIL PROTECTED]> wrote:
> well, i've got the answer:
>
> it doesn't work. there are heavy restrictions in the cakephp session-
> management.
> one of them is a valid user-agent-hash. but flash doesn't send the
> same user-agent
> as the browser.
>
> Hausburger.
>
> On Feb 1, 11:18 pm, "hausburger" <[EMAIL PROTECTED]> wrote:
>
> > Hello.
>
> > we use this very nice workaround (http://swfupload.mammon.se/) for a
> > multi-file-upload via Flash.
> > that works fine.
>
> > but the user should be logged in. that means there has to be a valid
> > session.
> > the session in cake are stored in cookies. and now the problem:
> > the flash/swf does not store that session cookie.
>
> > can i force CAKEPHP to use the session_id which i send via URL/GET?
> > something like that:
>
> >www.myproject.com/controller/action/?CAKEPHP=5464efsop2kdpk0ß3i5rfkstioß3t
>
> > Best Regards.
> > Oli


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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