You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Roman Isitua <ro...@gmail.com> on 2021/11/18 16:42:27 UTC

detect user activity

Hi Everyone,

How can I track user activity ? I want to automatically log out the user
after some time if there is no activity. e.g. to set a time out expiration
of 2 minutes

I have researched how this is done using adobe flex.

http://sandeepsamajdar.blogspot.com/2012/12/custom-user-idle-handler-flex.html

https://stackoverflow.com/questions/10749494/flex-idle-application-to-session-time-out/10754027

I tried porting to royale but it is not working.

How can I track user activity in royale ?

Regards,