-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose session expiration timeout #19023
Comments
|
Fix suggested - #19119 I am not sure if we want or not to fix the aligning:
Recreate:
|
This is how it would look if it was aligned:
|
Isn't the session expiration shown by the e.g.
It seems reasonable to retrieve it and show it in |
I think the cache and sync when changed implementation idea seems reasonable. |
Session expiration timeout (aka auto kill a session after X seconds) is a great feature. However, once set it's not displayed anywhere.
Example
So we have a session and the expiration is 60 seconds.
oh no, our session died! Well it died because of the 60sec timeout. However, that value isn't displayed anywhere.
Improvements
I think the
sessions
command should have a column shown for this value. Not the60
, but the actual datetime of the expiration, so 2024-03-28 10:14:42 in this case. I like this being shown in thesessions
command, as opposed tosessions -x
because I think its important information for all sessions, to be able to quickly verify when our session will die. However, if the value doesn't exist for all established sessions, it could be removed. If you don't like variable column counts for a table, then it could go into-x
sessions -v
should likely also expose this information.This was discussed in slack with @adfoster-r7 and @jmartin-tech .
The text was updated successfully, but these errors were encountered: