Skip to content
Discussion options

You must be logged in to vote

Yes, there is no way to configure cockpit to not log you out after closing the tab. Unlike most sites, a Cockpit session takes significant resources: There's a full Linux user session running, and you need some kind of connection (i.e. file descriptor/pipe) to its running process. That's not something which you can "store" in a browser. The alternative would be to close the session, but skip authentication the next time via some PAM module -- but that would be prohibitively dangerous.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@martinpitt
Comment options

Answer selected by amartini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants