Hi, I'm using Zend_Session with Zend_Session_SaveHandler_DbTable, but am encountering some problems
I have set it up exactly as the example in the docs prescribe, against a mysql 5 db, and it mostly works. But I can't control the session lifetime, no matter how I try. I've tried ini files, Zend_Session::rememberMe() all over the place. What ends up in the 'lifetime' column in the table is always the same thing: 1440 And that is how it behaves too. 24 minutes without a request? You're logged out. Is it a bug? Am I missing something really obvious? All help appreciated. -Joachim.
