I had this problem too, but then the website was installed in a subdirectory for testing. As soon as I went live everything was just fine! so I am not sure what the problem was
On Mar 18, 7:21 pm, Rodrigo Mourão <[email protected]> wrote: > Thanks by help, > > But i try medium and low, but does not work. > > Any sugestion? > > On Mar 18, 1:48 pm, "Alan Asher" <[email protected]> wrote: > > > > > I had the same issue, it's a security feature for sure... > > It will also happen if you follow a link from a cached page > > in your app/config/core.php > > > Change your config:write to Configure::write('Security.level', 'medium'); > > > And that should do the trick. I don't remember where I found the answer to > > this... but it has something to do with the 'high' level of security > > checking against a unique session key that gets regenerated on each page > > request. > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] On Behalf > > > Of Onkel Judith > > Sent: Thursday, March 18, 2010 6:14 AM > > To: CakePHP > > Subject: Re: Auth losting authentication with no reason > > > Same effect here > > if you double-click a link you are also logged out. Maybe it's a > > security feature? > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp 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 > > athttp://groups.google.com/group/cake-php?hl=en 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 To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
