mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Logout of all sessions #1107
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1107
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 @hdelatorre on GitHub (Feb 6, 2026).
I'm signed in multiple browsers in different PCs. based on the documentation clicking logout should log me out of all sessions. I was assuming it would logout all sessions even across different desktops. That is not happening when I click logout. this is with the version below in different PIKVMs. This is with google chrome and edge (latest versions)
Base: Raspberry Pi Compute Module 4 Rev 1.1
Platform: v4mini-hdmi-rpi4
Serial: 100000002E1CACE8
KVMD: 4.144
Streamer: 6.50 (ustreamer)
WITH_GPIO: Yes
WITH_JANUS: Yes
WITH_PDEATHSIG: Yes
WITH_PTHREAD_NP: Yes
WITH_PYTHON: Yes
WITH_SETPROCTITLE: Yes
WITH_SYSTEMD: Yes
WITH_V4P: Yes
Linux kernel:
Machine: armv7l
Release: 6.12.56-5-rpi
Version: #1 SMP Sun Jan 18 09:17:56 UTC 2026
@mdevaev commented on GitHub (Feb 6, 2026):
Hello. I've just tested and logout is working as it should.
Please note that on logout the session will not be terminated immediately, it requires page reloading (it described in the doc).
If this is not the case, please described how can I reproduce it, step by step.
@mdevaev commented on GitHub (Feb 8, 2026):
Sup?
@hdelatorre commented on GitHub (Feb 9, 2026):
ok, yeah, a page reload triggers the session to no longer work. is there any plans to actually revoke the current sessions and not need a page reload?
@mdevaev commented on GitHub (Feb 9, 2026):
This behavior is documented: https://docs.pikvm.org/auth/#session-expiration
This is not a fundamental problem, but we will have to make some kind of proxy monitoring the connections. We plan to do it this year.