Timer on Screen

Can we have a timer displayed on the screen for time out for a time of 20 Minutes as a security measure and client requirement?
Is it possible to give an alert message for the user when he is about to logout that his Session has been timed out?

OriginalPostID-253975

  Discussion posts and replies are publicly visible

Parents
  • I don't see this being any better than the idea mentioned by the others already, but assuming you need this functionality for a typical task/task form, you could start by capturing 2 time-stamps: 1.) when the user accepts the task & 2.) the user's current time & use the two in conjunction as your timer display for the user. The drawbacks would be that this timer would only re-evaluate itself if the variable (for example) is in with() & the user makes some kind of interaction.
Reply
  • I don't see this being any better than the idea mentioned by the others already, but assuming you need this functionality for a typical task/task form, you could start by capturing 2 time-stamps: 1.) when the user accepts the task & 2.) the user's current time & use the two in conjunction as your timer display for the user. The drawbacks would be that this timer would only re-evaluate itself if the variable (for example) is in with() & the user makes some kind of interaction.
Children
No Data