-
Notifications
You must be signed in to change notification settings - Fork 4.3k
fix!: session ID stability while maintaining inactivity timeout #36896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 16 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
567bd91
fix: session ID stability while maintaining inactivity timeout
ttak-apphelix f4a3d74
fix: linter issue
ttak-apphelix 79dd8f9
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix b5f4baf
fix!: session ID stability while maintaining inactivity timeout
ttak-apphelix 8dd5bd2
fix!: session ID stability while maintaining inactivity timeout
ttak-apphelix f953ed9
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 4f2ca29
fix: update session inactivity middleware to use consistent naming an…
ttak-apphelix 50a212c
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 02c0114
fix: correct logging variable name and improve log levels in session …
ttak-apphelix e50ede8
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 43e0842
fix: enhance session inactivity tracking with TieredCache and custom …
ttak-apphelix 8b935b1
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 81f043f
fix: update session inactivity tracking to use user-specific cache ke…
ttak-apphelix 9f42295
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix c801c23
fix: simplify session save time key handling and improve logging for …
ttak-apphelix 25a339f
fix: remove unused last session save time key and streamline session …
ttak-apphelix 988d8c2
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 495e2d6
fix: enhance session inactivity tracking with improved logging and er…
ttak-apphelix cdb462c
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 6bdf73f
fix: linting fix
ttak-apphelix 4334bac
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 4cf4f90
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix c666449
fix: enhance session inactivity monitoring with improved error handling
ttak-apphelix 47ca3b4
fix: fix linter and import
ttak-apphelix 385eb3f
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 21d1b29
fix: incorporated review comment
ttak-apphelix 3adcbe0
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix b18b107
fix: removed unwanted comments
ttak-apphelix 567dd9a
fix: updated mock for log
ttak-apphelix e282383
Merge branch 'openedx:master' into ttak/session_id_fix
ttak-apphelix 68f1514
fix!: session ID stability while maintaining inactivity timeout
ttak-apphelix 390fd8b
fixup! Update openedx/core/djangoapps/session_inactivity_timeout/test…
robrap 040cfef
Merge branch 'master' into ttak/session_id_fix
robrap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
openedx/core/djangoapps/session_inactivity_timeout/tests/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| """ | ||
| Tests for session inactivity timeout middleware. | ||
| """ |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.