EN
English
简体中文
Log inGet started for free

Blog

Proxies

rotating-vs-sticky-proxies-when-to-change-your-ip-and-when-to-keep-it

Rotating vs. Sticky Proxies: When to Change Your IP and When to Keep It

Choosing the right proxy type is only half the decision. For the same job, sending every request out a fresh IP versus holding one IP for a stretch of time can produce opposite results: one breaks your login mid-flow, the other trips the site’s anomaly detection by changing identity too fast.

The lever that decides it is your session strategy — rotate, or go sticky.

Two ideas in one line each

  • Rotating — the exit IP changes per request or on a timer. It spreads load across many IPs, makes throttling less likely, and is built for volume.
  • Sticky — the same exit IP is held for a window of time, so the target sees “one person.” That preserves logins, carts, and any multi-step flow.

One favors distribution, the other continuity. Neither is “better” — it depends on which the job needs.

The part people get wrong: session duration

Sticky sessions live and die by one setting: session duration (idle timeout) — how long the same IP stays assigned.

  • Too short, and the IP swaps mid-session: cart drops, login breaks.
  • Too long, and one IP racks up too many requests, gets flagged, and your hit rate quietly decays.

The rule is to make it just long enough to cover one complete action. If login → add-to-cart → checkout runs a few minutes, set the window to wrap those minutes — longer isn’t safer. The exact default and maximum are configurable per plan; confirm the range in your Thordata dashboard rather than assuming a number.

Rotation has its own cadence too: rotate per request (most distributed), rotate on a timer (balances stability), or rotate only on failure (most conservative).

Not every proxy type treats the two the same

This trips people up — you can’t always flip between modes.

  • Residential Proxies support both rotation and sticky sessions — the main battleground for this choice.
  • Static ISP Proxies keep a fixed IP, so they’re effectively long-term sticky by design — pick them when you need a stable identity.
  • Datacenter Proxies are usually fixed IPs (naturally sticky), though they can be pooled for rotation.
  • Mobile Proxies are typically run one fixed exit per account, so sticky is the norm.

Pick by scenario

JobStrategyWhy
High-volume public scrapingPer-request or short-timer rotationSpreads load, maximizes throughput
SERP / SEO rank trackingRotate, keep sticky very shortAvoids same-IP bursts that trigger CAPTCHAs
E-commerce price & stock monitoringSticky, pinned to the target regionReproduces the same listing, stops price jitter
Logins, carts, multi-step flowsSticky, timed to cover the whole flowA mid-flow IP change breaks state
Multi-account socialOne fixed exit per accountNever share an exit — one flag implicates all
Ad verificationFixed exit to the market, low rotationKeeps the viewpoint reproducible

Related: price monitoring, SERP monitoring, ad verification; for rotation-heavy collection, see Rotating Proxies.

Common misfires

  • Sticky windows held too long, dragging hit rates down.
  • Rotation too aggressive, snapping flows that need one continuous identity.
  • Several accounts on a single exit, so one block takes down the rest.
  • Confusing “static residential/ISP” with “sticky session” — a fixed IP versus holding one exit within a session are different things.

Deciding in one question

Ask: does this job need the same identity or login held within one session?

  • Yes → go sticky, and set the duration just long enough to wrap the full flow.
  • No, you only want volume without throttling → go rotating, and choose per-request or per-timer by how well defended the target is.

Still torn? Revisit the scenario table and find your row.

FAQ

Is rotating always better than sticky? No. Rotation wins on distribution and throughput; sticky wins on stable identity. Pick wrong and you either drop a session or invite avoidable blocks.

How long should a session last? Just long enough to cover one complete action — work backward from real flow time. Don’t default to “as long as possible.”

Can datacenter proxies rotate? Usually they’re fixed (naturally sticky), but they can be pooled for rotation depending on your plan.

Is a static residential proxy the same as sticky? Its IP stays fixed, so it behaves like long-term sticky — but “fixed IP” and “one exit within a session” are conceptually different.

Next step

Set rotation or sticky from the one-question test above, then start a free trial: run the same target under different session strategies and compare success rate and data consistency before you scale. Choosing the proxy type itself is a separate call — see Which Proxy Type Should You Use? A Scenario-Based Comparison.