Skip to content
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

Notification on session expiry #184

Closed
fritterhoff opened this issue Dec 27, 2021 · 4 comments
Closed

Notification on session expiry #184

fritterhoff opened this issue Dec 27, 2021 · 4 comments
Assignees
Milestone

Comments

@fritterhoff
Copy link

At the moment the session runs e.g. for 3 days and gets terminated silently without any previous notification.

I would suggest some notification e.g. 15 minutes before session timeout and maybe one on the actual disconnect. In the last months, disconnects without any notification caused some confusing on my side when running an SSH session or copying some larger files.

@rozmansi rozmansi self-assigned this Jan 5, 2022
@rozmansi rozmansi added this to the 2.2 milestone Jan 5, 2022
rozmansi added a commit that referenced this issue Jan 7, 2022
Thou the timeout values are depreciated and Windows might consider them
as a hint only. Actual time balloon notification is displayed is trimmed
according to user accessibility settings.

Related-to: #184
Signed-off-by: Simon Rozman <[email protected]>
@rozmansi
Copy link
Member

rozmansi commented Jan 7, 2022

Actually, session expiration and disconnection notifications were introduced in v2.0. They are displayed as a balloon on the systray:
image

However, Windows ignores our message timeout hint. It was set for 5 seconds, but increasing that value doesn't appear to make any difference. Windows trims the message display time according to the user's accessibility settings.

After 5 seconds, the message is moved to the notification area:
image

The same type of notification is used when eduVPN disconnects (manually or due to session expiration):
image

Maybe, you were away from your computer (while your computer was copying some larger files) and just missed those notifications.

Will discuss with our team if we can make expiration notification a system modal dialog box.

@fritterhoff
Copy link
Author

Neither me nor any fried of me has ever seen such a hint. Atm I'm using 2.1.0
grafik

@fritterhoff
Copy link
Author

Ah wait a second... seems like that was a Windows config issue in my case. Maybe my friends have done smth. else wrong.

@rozmansi
Copy link
Member

Thanks for your feedback.

rozmansi added a commit that referenced this issue Jan 11, 2022
Thou the timeout values are depreciated and Windows might consider them
as a hint only. Actual time balloon notification is displayed is trimmed
according to user accessibility settings.

Related-to: #184
Signed-off-by: Simon Rozman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants