Hi,
I am working on a project that exposes a number of web services to the public. Right now I have the serialisation side done (Using ZendAMF) and now I need to do the authentication. I was looking over Zend Session and Zend Auth and they look like they do what I want, but while doing that research I came across a lot of people expression opinions that Zend is bloated or a hassle to deal with. Is this true? Are there alternatives I should consider? I don't need ACL. I would just like to avoid reinventing the wheel when it comes to basic session management and authentication (DB is Postgres).
Any input would be appreciated.
Regards,