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:w
for weeks (example:1w
)d
for days (example:1d
)h
for hours (example:1h
)m
for minutes (example:1m
)s
for seconds
Last updated