Published 12 days ago
Published 12 days ago
r_0xc137
Updated 12 days ago
0
Hello,
Our configuration contains two applications (resources):
They have different upstreams, which is why they are configured as separate objects. The anti-bot challenge is enabled on both.
Issue: a user opens one of the resources and successfully passes the challenge. Later, during normal use, they navigate from the website to the login page (or the other way round), and the second application presents the challenge again, even though it was already solved minutes earlier. As a result, the user is challenged twice within a single session.
Questions:
Could you please clarify the available configuration options?
Sylvie
Updated 11 days ago
0
Currently, this isn’t supported across separate applications.
Domain attribute, so it’s host-specific. This means even site.example.com and login.example.com won’t automatically share the cookie, despite being under the same parent domain. Different registered domains can’t share it either.r_0xc137
Updated 11 days ago
Hello,
Ok, thank you for the response