On Sunday, 8 April 2012 12:25:29 UTC+2, Dave wrote: > > I get reports from users of being logged out randomly, using 1.3 > branch, cake sessions and auth component. Based on the logic I've set > in core.php, the session should last for days, but sometimes it is 10 > minutes, sometimes an hour. It's very hard to pin point why though. >
The absolute classic reason for this is because of a missing css/js/image file hitting your app which invalidate the session. *ALWAYS *look for and correct requests for things that don't exist. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
