Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19962 closed Cleanup/optimization (fixed)

Add note about `SESSION_EXPIRE_AT_BROWSER_CLOSE` caveat when using Chrome

Reported by: davesque Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In Chrome, if the On startup: Continue where I left off setting is enabled, sessions do not expire when the browser is closed even if the SESSION_EXPIRE_AT_BROWSER_CLOSE is enabled in settings.py.

Add a note about this in the Browser-length sessions vs. persistent sessions section of the session docs.

Attachments (1)

Settings.png (31.0 KB ) - added by davesque 11 years ago.
Screenshot of chrome setting

Download all attachments as: .zip

Change History (6)

by davesque, 11 years ago

Attachment: Settings.png added

Screenshot of chrome setting

comment:2 by davesque, 11 years ago

Resolution: fixed
Status: newclosed

comment:3 by Claude Paroz, 11 years ago

Resolution: fixed
Status: closednew
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Don't close the ticket before the patch is committed to master.

comment:4 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In fe5d9fe5fec2617b9eb8564df77ba5324834cadc:

Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browsers that persist sessions.

Thanks David Sanders.

comment:5 by Tim Graham <timograham@…>, 11 years ago

In 142728277a9be9a16e7e87086fbcd95041ae4071:

[1.5.x] Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browsers that persist sessions.

Thanks David Sanders.

Backport of fe5d9fe5fe from master

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