Is this on your server or a shared server.  I have run into some hosts
where the session store in /tmp gets walked on seemingly at random.  I
would try changing the session store to cake to put it in your app
tmp/session store. This helped me on one client site (can't remember
the host)  and I have just started doing it by default this way for
now

Sam D


On Mon, Oct 13, 2008 at 10:27 AM, mehodgson <[EMAIL PROTECTED]> wrote:
>
> I am stumped...I have built a cakePHP application that uses the auth
> component and I am having the strangest problem.  The site will
> occasionally just drop the session data for no apparent reason. I can
> login using the auth component, then just click the refresh button and
> let the page load.  Sometimes it pulls up the session data and
> sometimes it does not find the session. The strange part is that if I
> refresh again it will usually come up with the session data, so it
> isn't losing the session all together.
>
> Currently running 1.2 RC3 with the following settings:
> Configure::write('Session.cookie', 'AHJ');
> Configure::write('Session.timeout', '3600');
> Configure::write('Session.start', true);
> Configure::write('Session.checkAgent', true); (Tried both true and
> false settings, but same problem with either)
> Configure::write('Security.level', 'medium');
>
> Does anyone have any thoughts on what might be causing this?
>
>
> >
>

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