I really hope someone can help me. I've been struggling with this
problem for a long time and can't seem to figure it out.

I'm using Uploadify to handle file uploads and while it works well,
after the file is uploaded, the session is lost. I've read all about
restarting the session and passing the session id in the scriptData
parameter but none of it has worked. As soon as I get to the
beforeFilter method in my controller, I try to restart the session but
none of the data is there. I've tried to display values using $this-
>Auth->user('id') but there isn't anything.

I've also set the security to medium and turned off the userAgent
check. I've tried every suggestion I can find and yet it won't work.
I'm using the Auth component as it is necessary to be logged in using
authentication before uploads are allowed.

Has anyone else run into this before and if so, were you able to
resolve it and how?

Thanks.
Bondo.
--~--~---------~--~----~------------~-------~--~----~
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