Skip to content

session-auto-expiry#2

Open
GitHoobar wants to merge 1 commit intomainfrom
feature/session-auto-expiry
Open

session-auto-expiry#2
GitHoobar wants to merge 1 commit intomainfrom
feature/session-auto-expiry

Conversation

@GitHoobar
Copy link

Time unit mismatch (init.py): Compares seconds with minutes without conversion — sessions expire 60x faster than intended.
Wrong attribute name (_writer.py): Uses session_expiry_enabled instead of session_auto_expiry — will crash with AttributeError.
Wrong timedelta method (_manager.py): Uses .seconds (0-59) instead of .total_seconds() — sessions >1 min old incorrectly appear valid.

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.

1 participant