Hello, i have 2 ajax requests (SWFUpload and a jquery imageScroller
plugin). when i do one of the two requests, works fine. When i do the
other request, the session is never set and it logs out.

I have Security.level = 'medium' in core.php.

the cookie is sent in both request headers; i can debug( $_COOKIE) and
it displays.

it doesn't matter which request i send first (eg: SWFUpload), it will
work. the second request i send (eg: imageScroller) will NOT work.

i can send the same ajax request over and over and it will work. Once
i send the other ajax request, i will be logged out.

if i pass a session id and do this:

$this->Session->id($this->params['pass'][1]);
$this->Session->start();

does not create the User $_SESSION var.

any other ideas? thank you. -b

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