Hello, I've implemented zend_http with Zend_Http_CookieJar and followed the example on "Example 23.14. Performing consecutive requests with one client". This example allows me to use one authentication request per user, store CookieJar in the user's session and allow for additional requests without need for reauthenticating. However I now have a need to allow one authentication per many users. Anyone have an idea or ideas on how to accomplish this?
-- Thanks, Junior
