Questions tagged [user-inactivity]

Questions related to the detecting or handling of inactivity events by the user.

83 questions
0
votes
0 answers

Inactivity notifications

I would like to throw an inactivity notification to the user if he has his app closed for 2 days. I have a background activity that runs and do some stuff but how can i run something in background in order to calculate the 2 days and throw the…
Alex
  • 1,816
  • 5
  • 23
  • 39
0
votes
0 answers

How to keep alive a PHP session using (client-side) cookies?

Sounds like a basic question, but after hours of research I still have nothing to solve the problem. I'd like a simple thing: keep users logged in on my website for longer than 24 minutes. My site runs on an apache server and shared hosting, I do…
Farkas
  • 29
  • 5
0
votes
0 answers

GTK ToolButton text stops displaying after 10 minutes of pc inactivity, in Python gtk mate applet

For some reason the following code works fine but if computer not used for about 10 minutes (no mouse/keyboard interaction) then the ToolButton text stops being displayed on panel and is just blank. The strange thing is if using PC it will stay…
0
votes
1 answer

Detecting user inactivity and showing a pincode screen

I need to show a Pincode screen when the user is inactive for more than 1 minute. I found this answer that gave me a good solution for my needs and I implemented it on my BaseActivity. But now I am having a problem with the onUserInteraction()…
Ana Varani
  • 105
  • 1
  • 8
0
votes
1 answer

IBM WebSphere User Inactivity Timeout

How do I set a user inactivity timeout in IBM WebSphere (Integrated Solutions Console, 7.0.0.43)? As long as the user is actively using the WebSphere console, they should be logged in as long as they want, but if they're inactive for a certain…
SoConfused
  • 1,799
  • 3
  • 12
  • 18
0
votes
1 answer

How to achieve Android ScreenSaver via service or application

After some research, I concluded there is nth like screen saver in androd. But there are some similar like Live-Wallpapers in Launcher screen or lock Screen. I attempted a small wayout using service. In my Activity after inactive for certain time I…
A_rmas
  • 784
  • 2
  • 10
  • 26
0
votes
2 answers

How to auto-advance due to inactivity on Qualtrics

I would like to auto-advance my participants in a Qualtrics survey to the next question (on the next page) after they have been inactive for 10 seconds. My inactivity code is working fine (see below, from Kirupa) but I can't figure out how to force…
0
votes
1 answer

NewRelic says "No data reporting for this application"

NewRelic monitoring occasionally shows some apps as grey with the warning message "No data reporting for this application". On drilling down into the app I can see that data has been reported that same day, but the site has simply not been active…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
0
votes
1 answer

How to detect user inactivity time in python application (Linux)?

I am wondering if there is any way that when I ask for user input, if there is a way to detect how many seconds have passed since asking for user input? I would like to be able to have some kind of timer, that if the user hasn't entered an answer…
0
votes
1 answer

Macro to revert to first tab in Excel after 15 minutes of inactivity

I have a shared excel workbook that our department gets into everyday and that is displayed on an external monitor for everyone to look at. I would like to create a macro for the spreadsheet that makes it so that after 15 minutes of inactivity, the…
JSpear
  • 1
0
votes
1 answer

user-inactivity auto logout

I want to implement an auto user logout after an idle time of X mins in my project. So I have googled for relevant examples but they cant seem to debug properly with my existing codes. My intentions are to utilize: -a BackgroundProcessingService…
user3954639
0
votes
2 answers

Powershell Script to Disable Inactive AD Users Create Log and Send E-mail

A colleague has reached out to me to create a PowerShell script to do the following: The script would read the lastlogondate of an AD security group called “Temp Associates”, disable the accounts with lastlogondate > or = 29 days from current date…
0
votes
1 answer

Sending a push notification to an inactive user on android

Is it possible to send a push notification to a user after they have left an android app for a defined period of time?
Cobi
  • 23
  • 1
  • 6
0
votes
4 answers

Android logout if application goes in background for 15 minutes

I need to logout from my application if it goes into background and is resumed after more than 15 minutes. Please refer to the code after implementing the solution provided public class BaseActivity extends Activity { BaseActivity context; …
Aditya Arora
  • 45
  • 1
  • 8
0
votes
0 answers

Jquery Global Event handler for hybrid mobile application

I have a hybrid mobile web application. The condition is user will be logged out if there is no activity (screen - touch, click, navigation etc) in app for 10 minutes. The possible option is to register all available jquery mobile events on page id…
hanumant
  • 1,091
  • 4
  • 15
  • 27