Hi, I am using nutch to crawl a web page. The webpage sets a cookie based on the param value passed in the starting URL (?make=apple&model=iphone6s) but links inside the page might not have the make and model (in URL param) in them, in that case it uses the cookie to load correct page content.
Now, I am trying to figure out a way to use the cookie of the parent page and set that (parent) cookie for all child pages when crawling via nutch so that the child page retrieves proper content. Is it possible to fetch cookie and set that cookie for all links in main page? Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/Retreive-cookie-and-set-it-for-all-child-pages-of-a-parent-page-tp4238875.html Sent from the Nutch - User mailing list archive at Nabble.com.

