rising-crimson•2y ago
How to rotate non-random sessions within a crawler?
How to make a crawler use non-random input based session ID while still making it possible to rotate/randomize and persist the session when needed (e.g. bad/blocked proxy)? E.g. first use session ID
email
and if the session is retired and request retried then use session ID email-randomNumber
etc.1 Reply
rising-crimsonOP•2y ago
Note that this will hang the process:
and this will create duplicit sessions:
Let me simplify the question: How to supply a crawler with a custom session after checking it does not already exist?