FAQ
Can I Maintain Sessions/IPs Between Requests
Suppose you need to perform multiple actions on a website that requires maintaining the same session/IP. You can use the Session ID parameter to maintain the same IP between requests. ZenRows will store the IP for 10 minutes from the first request with that ID. All subsequent requests with that ID will use the same IP.
However, session_id will not store any other request data, such as session cookies. You will receive those cookies as usual and can decide which ones to send on the next request.
Multiple Session IDs can run concurrently, with no limit to the number of sessions.
Was this page helpful?