Cris asked 2017-02-24 18:28:03 UTC
Hi,
By default, Wisej displays the built-in timeout countdown window when session is about to expire. If a user clicks the OK button, it prolongs the session or
I might say that it resets the sessionTimeout and keeps the connection alive.
If I put a handler for Application.SessionTimeout event by showing a form with two buttons, one to Kill Session and one to Resume Session,
how would I code the Resume Session button to mimic the built-in timeout countdown window?
In multi-client app, Client A and Client B might have a different sessiontTimeout requirements. Is it possible to change the sessionTimeout value
at startup depending on user requirements? I have been looking in the documentation but can't find any.
Lastly, does Wisej has a method to get/retrieve the value of the sessionTimeout stored in default.json file.
Your assistance would be highly appreciated.
Thanks.
Cris asked 2017-02-24 18:28:03 UTC
Hi,
By default, Wisej displays the built-in timeout countdown window when session is about to expire. If a user clicks the OK button, it prolongs the session or
I might say that it resets the sessionTimeout and keeps the connection alive.
If I put a handler for Application.SessionTimeout event by showing a form with two buttons, one to Kill Session and one to Resume Session,
how would I code the Resume Session button to mimic the built-in timeout countdown window?
In multi-client app, Client A and Client B might have a different sessiontTimeout requirements. Is it possible to change the sessionTimeout value
at startup depending on user requirements? I have been looking in the documentation but can't find any.
Lastly, does Wisej has a method to get/retrieve the value of the sessionTimeout stored in default.json file.
Your assistance would be highly appreciated.
Thanks.