The solution offered by Zend_Cookie_Jar seems to be different from what I need.
There, you know user password and username. I don't know, I only what to go where the user is already authenticated and get its content. 2009/4/20 José de Menezes Soares Neto <[email protected]> > I don't know if my question is well defined, look this: > > domain-a.com/set.php (user need to come here and start session or save > cookie) > domain-a.com/show.php (it prints some data if session or cookie is set) > domain-b.com/get.php (user access this page and it shows him the session > or cookie data retrieved from domain-a/show.php) > > the suggestions are for this? without using post, get...? > > > > 2009/4/20 José de Menezes Soares Neto <[email protected]> > >> Hi Till, >> >> But, there will be examples for how to use it to get session/cookie >> protected data? >> >> 2009/4/20 till <[email protected]> >> >> 2009/4/20 José de Menezes Soares Neto <[email protected]>: >>> > yes, the content is the html output. >>> > >>> > I tried with curl but pure, without any adaptation with zend, and the >>> result >>> > was the same as file_get_contents.... >>> > >>> > Have you an example, or something that could guide me through this? >>> > >>> > Thanks very much! >>> >>> You need Zend_Cookie_Jar and the Zend_Http_Client. >>> >>> Check the manual, there should be an example! :) >>> >>> Till >>> >> >> >
