Skip to content

rabbitmq_management: Fix preference cookie expiry to respect session timeout (backport #15814) (backport #15823)#15825

Merged
michaelklishin merged 6 commits intov4.2.xfrom
mergify/bp/v4.2.x/pr-15823
Mar 25, 2026
Merged

rabbitmq_management: Fix preference cookie expiry to respect session timeout (backport #15814) (backport #15823)#15825
michaelklishin merged 6 commits intov4.2.xfrom
mergify/bp/v4.2.x/pr-15823

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify Bot commented Mar 25, 2026

Proposed Changes

Fixes an issue: When a user expands or collapses a page section, or adds/removes columns from a table such as the queues table, the management UI persists that preference in a cookie. The cookie was mistakenly set with a one-year expiry, overriding any configured session timeout or the default session timeout.

As a result, a session would remain valid for a full year, meaning the user would not be prompted to log in again on the same domain for that duration.

Thanks @mkuratczyk for reporting this issue.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

This is an automatic backport of pull request #15814 done by [Mergify](https://mergify.com).
This is an automatic backport of pull request #15823 done by [Mergify](https://mergify.com).

MarcialRosales and others added 6 commits March 25, 2026 01:10
(cherry picked from commit eb8d126)
(cherry picked from commit 704a217)
(cherry picked from commit 38b9999)
(cherry picked from commit 4ca46b7)
(cherry picked from commit 85b9e51)
(cherry picked from commit 27f0d37)
(cherry picked from commit 6441c0d)
(cherry picked from commit fb97bb2)
(cherry picked from commit e65dbfd)
(cherry picked from commit 185e952)
(cherry picked from commit a3abd10)
(cherry picked from commit 1e0bfd9)
@michaelklishin michaelklishin added this to the 4.2.6 milestone Mar 25, 2026
@michaelklishin michaelklishin merged commit b0b56db into v4.2.x Mar 25, 2026
585 of 586 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.2.x/pr-15823 branch March 25, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants