If I post some variables between Page A and Page B, then on Page B do another post to Page C, will the variables from the first post, be available on Page C? (so subsequent posts pass over from page to page)
I'm thinking not, but a network device I'm screen scraping must be doing it this way, as there doesn't seem to be any hidden form fields (it's all CGI scripts if that makes any difference).
Am I wrong?