Need help with reloading session

I have a site that uses recaptcha before i can get to the page i need and as we know ob2 bots start the config from first line to the last one so what i want to do is this:

1- config logins normally with captcha.
2- Lock the login request.
3- bots keep checking the request after login with my wordlist ( emails) over and over at the same session until the cookies are dead.
4- config repeats same 1,2,3 steps again…

Is that achievable on ob2?

If by ‘locking the request’ u mean storing and using same cookies
Then you can probably declare the cookies u receive after solving recap as global vars and then use them in other requests
And in case they are dead, run the recap solve again
Not tried and tested so m not sure