Are hidden form fields updated in each session?

Hello,

Thanks for the great product!!

I'm scraping a website that uses a few hidden fields on a form to pass user information(website member id,etc.). When I scrape the form I can see my information. My question is, in production when another user login is used and they run the scraping session, will my user information be passed or hers?

The worst scenario would be that mine is passed, indicating that I have scrape all users information from this site then store it in a DB and change it for every user.

I don't have access to a second user account or I would test this myself.

Either way, thank you for your time.

LincolnAve

Screen-scraper doesn't store

Screen-scraper doesn't store the pages between sessions so your information won't appear on a scrape with someone else's login.