Session control

If you want to keep the session for a certain period of time, you can select sticky mode in the dashboard and set the time you want to keep it. If you want to change the IP for each request, you can select rotation mode, and the user name of the corresponding mode will be automatically generated on the right

Parameter description

The sticky session time can be set from 1 to 90 minutes. If it exceeds this range, the setting will be invalid. The rotation mode does not need to use the parameters sessid and sesstime

Session IP-sessid

sessid controls the IP through 12 random strings. Different strings correspond to different IPs. You can change the IP by modifying the sessid string.

Username example: username-sessid-y0xd3h4iy3pydiu9-sesstime-1

Session time - sesstime

If you need the session to last for 30 minutes

Username example: username-sessid-y0xd3h4iy3pydiu9-sesstime-30

If you need the session to last for 90 minutes

Username example: username-sessid-y0xd3h4iy3pydiu9-sesstime-90

Last updated

Was this helpful?