Add/remove sessionless requests only

Created on 24 May 2017, almost 8 years ago
Updated 31 March 2025, 5 days ago

Problem/Motivation

Toggling of adding and removing prevents purging.
sessionless (e.g. anonymous):
1. /test (cache context: user.permission)
2. no page cache HIT
3. add to registry
session (e.g. authenticated):
1. /test
2. no page cache HIT
3. remove from registry
sessionless (e.g. anonymous):
1. /test (cache context: user.permission)
2. page cache HIT
3. not added to registry again -> cannot purged.

Proposed resolution

Add/remove sessionless requests only

Remaining tasks

-

User interface changes

-

API changes

-

Data model changes

add config key (sessionless)

Feature request
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

🇩🇪Germany slasher13

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024