Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix caching logic on logged in users#6864

Merged
amercader merged 1 commit into
masterfrom
fix_caching_logic_on_logged_in_users
May 20, 2022
Merged

Fix caching logic on logged in users#6864
amercader merged 1 commit into
masterfrom
fix_caching_logic_on_logged_in_users

Conversation

@Zharktas
Copy link
Copy Markdown
Member

Proposed fixes:

_is_valid_session_cookie_data only checks if beaker session has something stored in it. Depending on various conditions logged in user might not have anything in there and user might get cached pages. This PR adds a check if there is a logged in user.

Features:

  • includes tests covering changes
  • includes updated documentation
  • includes user-visible changes
  • includes API changes
  • includes bugfix for possible backport

Please [X] all the boxes above that apply

@amercader amercader self-assigned this May 17, 2022
@amercader amercader merged commit fcf2489 into master May 20, 2022
@amercader amercader deleted the fix_caching_logic_on_logged_in_users branch May 20, 2022 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants