mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
issue: Session no longer used but still being commited in the middleware #5867
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjiang10-sv on GitHub (Jul 25, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest in the main branch
Ollama Version (if applicable)
No response
Operating System
not related to OS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
No need to commit Session for it is not used in the code
Actual Behavior
Still there in the middleware
backend/open_webui/main.py
Steps to Reproduce
check the line 1129 in the file backend/open_webui/main.py
Logs & Screenshots
Additional Information
No response