I have a session time out functionality implemented, in which user is presented with pop-up window (that your session is about to expire) in case no activity is done for 30-mins.
Need help on:
When this pop up opens up and let say user has locked his desktop and doesn’t provide input. Then what I want is that – if user doesn’t provide any input in 1 min then this pop-up will close and new popup will display that “Session is exprired”
Can anyone please help.
Should be fairly easy to implement. Use the action listeners to detect the user action.