What is the difference between Rotating and Sticky sessions?
Rotating Sessions (Default): You get a new IP address for every single request you make. This is best for maximum anonymity and scraping many simple pages.
Sticky Sessions: You keep the same IP address for a set period (10 minutes). This is essential for tasks that require multiple steps, like logging into an account or completing a checkout process.For a detailed comparison, see our Session Control Guide.