Sticky Sessions
Sticky sessions, also known as session affinity, ensure that a user's requests are routed to the same server during their session. This is useful for maintaining user-specific data across multiple requests.
To enable sticky sessions, append the following parameters to your password:
|sticky=ABCDEFGHIJ|time=X
|sticky=must be exactly 10 characters long.|time=specifies duration. Options are:wfor weeks (example:1w)dfor days (example:1d)hfor hours (example:1h)mfor minutes (example:1m)sfor seconds
Last updated