On Mon, Mar 10, 2008 at 8:24 AM, gurde <[EMAIL PROTECTED]> wrote:
>  Now the problem is that the CMS can be accessed only by logged in
>  users, these details are saved into session. After logging in into the
>  CMS and trying to upload the files with flash (SWFUpload), the files
>  are not uploaded. Why? Because the browser and the flash don't share
>  the same session. What I did is sent the session id and name as params
>  with the flash and then in app_controller beforeFilter method I
>  checked if was submitted with flash then started the session with the
>  submitted id and name.

In APP/config/core.php look for a line with this in it:

Configure::write('Session.checkAgent', true);

Change the true to false and see if that fixes it for you.

Hope that helps.

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

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