Opened 24 minutes ago

Last modified 9 minutes ago

#37210 new Bug

Failed deletes in cached_db session backend should log, just like failed writes

Reported by: Jacob Walls Owned by:
Component: contrib.sessions Version: 5.1
Severity: Normal Keywords: not-security
Cc: Claude Paroz Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The Security Team closed a report about the cached_db session backend, but in so doing, we noticed that we recently documented logging any such exceptions for failed writes.

We should handle failed deletes as well, see #34806, which only touched save(), not delete(). (Starting off as "bug" since the docs imply no save-versus-delete distinction, to my ear.)

Thanks LocalHost for the informative report.

Change History (1)

comment:1 by Natalia Bidart, 9 minutes ago

Triage Stage: UnreviewedAccepted

Thanks!

Note: See TracTickets for help on using tickets.
Back to Top