Here's what I believe I'm needing to do: 1) capture the cookieJar $client->getCookieJar()->getAllCookies(Zend_Http_CookieJar::COOKIE_STRING_CONCAT)
2) store for retrieval upon script call Problem is I'm not sure what format I should be capturing the cookieJar in, and how to set the cookieJar for new requests. Any ideas? Junior jgillespie wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Authentication-Request-for-Multiple-Users----Zend_Http_CookieJar-tp21449531p21455628.html Sent from the Zend Framework mailing list archive at Nabble.com.
