On 1/7/08, beetlejuice <[EMAIL PROTECTED]> wrote:
> the data i wrote into the session when user successfully logged in are
> no longer available in the next page.
>
> do you have an idea ?

CAKE_SECURITY set to high also means that Cake checks the referer and
drops the session if it believes it is being tampered with.

A setup with a reverse proxy might trigger that behavior. Do you have
a reverse proxy in front of your 'real' webserver?

Try if lowering CAKE_SECURITY to medium solves the problem, although
I'm not quite sure what other security implications that might have.

Martin

-- 
  Martin Schapendonk, http://www.schapendonk.org/blog/

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