Questions related to the detecting or handling of inactivity events by the user.
Questions tagged [user-inactivity]
83 questions
0
votes
0 answers
How to detect inactivity in VB.NET
My application is supposed to give a warning before a pc locks. It uses a timer, set to x seconds (x = time before the computer locks with inactivity).
I use the following code to detect mouse and keyboard activity:
Private Declare Function…

Josh-Mason
- 319
- 3
- 8
- 22
0
votes
1 answer
inactivity and login system php
I am trying to create a system where, when the user is inactive for x amount of time, they should are logged out and sent back to 'index.php'. I am using the code I found here -…

ewizard
- 2,801
- 4
- 52
- 110
0
votes
1 answer
Android: disable setting which keeps device screen on when plugged in
How can I disable the development setting which prevents screen from turning off when plugged in?
Basically I want to detect user inactivity on an Android device by detecting when screen goes off, but if this setting is enabled this will never…

Rui
- 5,900
- 10
- 38
- 56
0
votes
2 answers
Handle any user interaction with javascript
Possible Duplicate:
Detecting idle time in JavaScript elegantly
In a web application that I'm developing, on every page of the application, when nothing happens for a set amount of time, the page should automatically change. I think setting…

MarioDS
- 12,895
- 15
- 65
- 121
0
votes
1 answer
Detecting inactivity of iphone app
I've taken reference from this SO question about how to detect inactivity of App & code based on the answer, this working fine in simulator but problem when I testing the same in device. If I've setting NSTimer interval to 60 seconds (1min) it works…

Hemang
- 26,840
- 19
- 119
- 186
-1
votes
3 answers
How to keep Session Alive beyond its MaxInactive interval
I am Switching between two different Dynamic web application through Links.But if i am working on one application for long time then others application session expires and i got redirected to login page, Is there any method to keep session alive…

DilipAgarwal
- 7
- 3
-2
votes
2 answers
swift: auto logout after certain time
I am developing an app which is connected to a server through .net api.
What user logs in it generate an access token which is used to make network calls.
Requirement: After 20 mins of the generation of that access token, the
token gets expired…

Fazeela Iqbal
- 27
- 2
- 10
-2
votes
2 answers
iOS: detecting inactivity or periodically launch an app
Is it possible to detect inactivty on iOS outside an application scope?
If not, is it possible to launch an app periodically even if in foreground? My objective is to play some videos in loop after some time where user is not interacting with the…

Rui
- 5,900
- 10
- 38
- 56