On Fri, Oct 20, 2023 at 8:38 PM [email protected] <[email protected]> wrote:
> Sorry to bump, but any ideas? I get the stacktrace hitting the logout > link and a white page, but it never actually logs out. A back button press > puts me back logged into Jenkins. > The logout attempts to clear cookies as they can accumulate after many restarts/updates, each time with a different ID. I guess it's possible that your requests (with a huge Cookie header) are fine, but the response, trying to clear them all out, is not. Diagnose by checking what your Cookie request header is, I expect you send dozens of session cookies. Try login/logout from a private browsing window, if that works it's an indicator your cookies are a problem. If so, temporarily resolve this issue by clearing browsing data in your browser (and use the logout more often). -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAMo7PtLBMd1rpMT-jZOkf5xpcpcYeEZ%3DrP30pEXoXDVQOxB1Lg%40mail.gmail.com.
