This is my first time on StackOverflow though I "read" Coding Horror quite often. Anyway...
I'm working on a school/college project using CakePHP and I'm using the built in AuthComponent to support user Authentication (i.e. logging in, etc).
My problem is that it logs me out after very short intervals. It doesn't even have me wait a full session (i.e. closing browser). Sometimes 5 minutes, sometimes 10 and occasionally 15 but not more.
Worst is when it logs me out when I'm calling a method that requires a user to be logged in and it decides to die right before than.
I've searched quite a bit but I can't seem to find an answer. Any help will be appreciated!