Issue with changing cookies on web site

-We are trying to scrap a website which contians cookies.
-These cookies are used as parameters while scraping the sessions
-Also the cookies value keep changing on a regular basis
-
Is it possible for screen scraper to fetch the cookies when we hit
a particular website. If yes then how??

Appreciate your response- Diptirmaya

Cookies set in the HTTP

Cookies set in the HTTP response headers are set automatically. They should be completely transparent to you.

Cookies set by JavaScript are a little harder since screen-scraper doesn't run that. You would need to set them manually with a script using this method:

http://community.screen-scraper.com/API/setCookie