Changes between Initial Version and Version 4 of Ticket #36898


Ignore:
Timestamp:
Feb 2, 2026, 10:05:15 AM (3 weeks ago)
Author:
Jake Howard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36898

    • Property Cc jaffar Khan added
    • Property Component contrib.sessionsDocumentation
    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedCleanup/optimization
    • Property Owner set to jaffar Khan
    • Property Status newassigned
  • Ticket #36898 – Description

    initial v4  
    22
    33It should be documented.
    4 
    5 Additionally, perhaps `BaseSession.__bool__` should exist, so `if request.session` works as expected? The downside being `if getattr(request, "session", None)` would be `False` when sessions are being used, but the session is empty (arguably `hasattr` would be better there anyway).
Back to Top