Anyone experiencing any problems with session vars in cake 1.18?

I have an app which has been working solidly for almost a year, since
1.11, through all the cake releases until 1.17.

When I upgraded to 1.18, all of a sudden on some of my ajax requests,
the call to $this->Session->check('myVar') was returning false. The
app runs with CAKE_SECURITY = high.

There is one fix in the release notes which changes the way session
id's are regenerated (fixes bug #3313), and that looks like it may be
the problem (for me anyways). When I lower CAKE_SECURITY to medium, I
have no problems with the $this->Session->check('myVar') call. When I
set CAKE_SECURITY to high, the value returned is often false.

I reverted back to cake 1.17, and this problem doesn't occur either
for CAKE_SECURITY high or medium.

Anyone else experiencing issues with sessions in 1.18?

Is there a special or different way we are supposed to handle sessions
when CAKE_SECURITY is high, or should it be transparent?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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