I figured it out. Google Chrome Frame changes the User Agent for only some of the hits and this was screwing with my installation of Cake's session management.
On Feb 18, 5:03 pm, greg2000 <[email protected]> wrote: > I've run into a very strange problem and I am curious if anyone else > is having a similar problem. > > If a user: > > * is using one of my CakePHP websites (1.1 and 1.2 on different > sites) > > and > > * is using IE8 with Google ChromeFrame installed > > and > > * refreshes any page once logged in > > ... the session dies and they are logged out. If the user is just > clicking through the site and selecting the same page..then the user > is not logged out. > > If a user disables the ChromeFrame addon, then the site does not > behave this way. > > I'm baffled why the session would be lost during refreshes, but not > through normal navigation. > > Has anyone else experienced this type of issue with the ChromeFrame > addon? > > btw...CAKE_SESSION_SAVE is set to php Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
