Is there a way to customize the message “You have been disconnected from this application”?
Is this an event I can use to automatically reload the webpage? How do I do it?
Is there a way to customize the message “You have been disconnected from this application”?
Is this an event I can use to automatically reload the webpage? How do I do it?
Just found the solution to customize the messages. In session:
Self.InterruptionMessage = "Your interruption message hier"
Self.DisconnectMessage = "Your disconnection message here"
But the other question remains. Is there an event I can use to automatically reconnect? And is this advisable?
Regarding the auto reconnect, check this post: Web2.0 Reconnections - #2 by Anthony_G_Cyphers
Thanks Gabriel! This solved it.