Hi everyone, I set up my application to use the database to store sessions.
On my application.ini I have all the options as specified here http://framework.zend.com/manual/en/zend.application.available-resources.html#zend.application.available-resources.session The session is saved on the database, but if I try to login, using Zend_Auth, I get a mysql duplycate entry error: Integrity constraint violation: 1062 Duplicate entry '1f4qokoavm654b0une2j5ju5d1 Doesn't it supposed to update the saved session data and not try to re-insert it? Do I have to edit something on the authorization process ( that works using normal sessions )? Please reply. Thanks Sergio
