Like Sam DeVore said back in the first reply... try setting the
session store to "cake" since the tmp files might be wiped every now
and then. You will now have total control over the session files since
they will be inside your app folder.
// config/core.php:104
Configure::write('Session.save', 'cake');

Martin

On Dec 18, 11:17 pm, Dav <[email protected]> wrote:
> same here. using flash doing posts. cookies from and to server looks
> good = same "id", but still random logouts.  getting crazy on this
> one :)
>
> session store = default (which should be PHP)
>
> Configure::write('Session.checkAgent', false); // needed since flash
> post as user-agent flash
> Configure::write('Security.level', 'medium'); // doesn't seem to help
>
> anyone?
--~--~---------~--~----~------------~-------~--~----~
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