mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WebUI: "Remember me" setting to avoid unnecessary re-login #8519
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#8519
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @axzxc1236 on GitHub (Apr 3, 2019).
I find it a little bit annoying that I have to re-login everytime minutes after I closed web UI.
I know you can manually whitelist my IP address, but for someone that has no fixed IP that seems dangerous.
@danleitch commented on GitHub (Apr 5, 2019):
Yes please :)
@rrrevin commented on GitHub (Apr 12, 2019):
Some sort of key exchange (built into the local system cookie?) would be better than whitelisting an IP.
@xavier2k6 commented on GitHub (May 23, 2025):
ANNOUNCEMENT!
For anybody coming across this "Feature Request" & would like/love to see a potential implementation in the future!
Here are some options available to you:
Please select/click the 👍 &/or ❤
reactionsin the original/opening post of this ticket.Please feel free (If you have the "skillset") to create a "Pull Request" implementing what's being requested in this ticket.
(new/existing contributors/developers are always welcome)
DO:
DO NOT:
(These will be disregarded/hidden as "spam/abuse/off-topic" etc. as they don't provide anything constructive.)
@Piccirello commented on GitHub (Jun 29, 2025):
The session timeout is configurable in the WebUI settings.
@skobkin commented on GitHub (Jun 29, 2025):
@Piccirello Can we set it to a day, week, month?
For me setting that parameter just didn't work, it returned to it's default
3600value.@Piccirello commented on GitHub (Jun 30, 2025):
You can set it to any of those values, you just have to convert to the appropriate number of seconds. qBittorrent does not enforce a max value so any valid integer is allowed.
Are you on v5.1.1? There's currently a bug that prevents saving qBittorrent settings. Downgrading to v5.1.0 should fix it.
@skobkin commented on GitHub (Jun 30, 2025):
@Piccirello, most likely, yes. Watchtower pulls the latest image regularly.
Will check that later then, thanks.