Skip to content

User session fix#1200

Closed
cj-young wants to merge 136 commits into
ucfopen:mainfrom
cj-young:user_session_fix
Closed

User session fix#1200
cj-young wants to merge 136 commits into
ucfopen:mainfrom
cj-young:user_session_fix

Conversation

@cj-young

@cj-young cj-young commented Jun 9, 2026

Copy link
Copy Markdown

Fix issue with user sessions, allowing users to access other users' preferences.

A new session table was created to handle short-lived persistent LTI launch logic.

When an LTI session is successfully consumed, it is deleted (and therefore invalidated). However, because errors or early exits can possibly occur after the session is created but before it is consumed, a cron job has been set up to clean up any other expired sessions. The timing of this job (every 2 hours) is arbitrary and can be changed if necessary.

ewainberg and others added 30 commits February 24, 2026 15:02
@cj-young cj-young closed this Jun 9, 2026
@cj-young

cj-young commented Jun 9, 2026

Copy link
Copy Markdown
Author

Pulled into wrong branch, and relies on another PR that isn't merged yet. Will open a new one once the LTI table PR is merged.

@cj-young cj-young deleted the user_session_fix branch June 9, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants