Sling logout works by calling dropCredentials() on all registered
handlers *matching the request path*. See [1] for example
implementation.This means that the LOGIN-RESOURCE attribute needs to be
set to a path registered by the respective handler (i.e.
http://localhost:4502/system/sling/logout?resource=/content/geometrixx/en)If
the resource parameter is not set, then / is assumed, and only
root-level authentication handlers will handle the logout.See (1) and
(2) for more informaiton[1] :
https:/...