Feature Overview
IPFoxy now supports Sticky Session Time configuration.
Currently, the following two duration options are available:
-
ttl-60 → Sticky 60 minutes → keeps the same IP for 60 minutes
-
ttl-30 → Sticky 30 minutes (default) → keeps the same IP for 30 minutes
-
No parameter → defaults to 30 minutes sticky session
By appending the parameter -ttl-{minutes}
to your proxy credential string, you can define how long a session will stay on the same IP.
Usage Example
Original proxy credential:
Set to 60-minute sticky session:
Set to 30-minute sticky session (default):
Or simply use without ttl
(system defaults to 30 minutes):
⚠️ Notes
-
Once the sticky duration expires, the system will automatically assign a new exit IP.
-
For longer stable sessions, it is recommended to use
ttl-60
. -
The
ttl
parameter must be appended at the end of the proxy credential string, separated with-
.