Re: cakephp 2.0 auth session problem

2012-05-16 Thread Ryan Olton
I am also having an issue with sessions, and I'm very frequently being asked to log back in. Configure::write('Session', array( 'defaults' = 'database', 'ini' = array( 'session.cookie_secure' = false ) )); Configure::write('Security.level',

Re: cakephp 2.0 auth session problem

2012-05-10 Thread phpMagpie
I am also noticing this problem a lot in 2.0, did either of you get to the bottom of it? It seems to be worse when multiple users are logging into the system at once, even when logging in with different users (does cake prevent concurrent logins with same account?) Regards, Paul. -- Our

cakephp 2.0 auth session problem

2011-11-16 Thread joh...@baldemia.com
I've recently migrated an application from 1.3 to 2.0, and i'm encountering a problem with user authentification. The app uses a basic auth + acl setup, that worked fine in 1.3. First problem i encountered when deploying the app on my production server (CentOS6, php 5.3.6. mysql 5.1.12) was that

Re: cakephp 2.0 auth session problem

2011-11-16 Thread euromark
I also experienced quite an amount of unexpected logouts in 2.0 now. To make sure it is not the garbage collector of the file system I switched to database. There no garbage collector should interfere as long as expires is not reached (which is several days). But the systems logs the user out