Questions tagged [idle-timer]

115 questions
0
votes
1 answer

How secure is it to use client side idle timer / how do big web app developers do it?

I'm building a PHP based web app and have implemented a session variable based login method. Before anything is loaded, this method clears the "logged in" state of all those that have spent X amount of time on the site without loading a new page or…
benomatis
  • 5,536
  • 7
  • 36
  • 59
0
votes
0 answers

How to reset windows idle timer through a windows service

I have used the template provided Here, to create a windows service. I would like to use this service to reset the system idle timer to avoid the OS going to sleep mode. SetThreadExecutionState, seems the be the right way of doing so. However, it…
J_Banner
  • 11
  • 3
0
votes
2 answers

Is there any way to control how often google maps updates your location?

Im developing a version of google maps for a phone application and im trying to figure out how to let the users manually update their locations rather than automatically updating(mainly for battery conservation). I searched through the new google…
0
votes
1 answer

App Idle time in android appln

I have an android app am displaying web view in my app but my problem is to find out the idle time of my app because after session expires i want show the login screen how can i do programatically in android. Thanks in advance
vimalatha
  • 63
  • 1
  • 10
0
votes
1 answer

How can i know app idle time?

I have an android app it displays web view.I want know the app idle time because If session expires i want go to my android login activity how can i do it. Please provide any suggestions for me. Thanks in advance
vimalatha
  • 63
  • 1
  • 10
-1
votes
1 answer

Get idle time of windows and/or application (time since last mouse move or key stroke)

I want to perform background tasks (Updates, Backups, Calculations, ...) at a time when nobody is using my application. Therefore, I want to determine the time since the last keystroke and/or mouse move in my application. If there is no user…
Michael Hutter
  • 1,064
  • 13
  • 33
-1
votes
1 answer

Autoit user Gui idle close Timeout

I created a GUI Program with Autoit. I want to add a idle Timeout to my program to be automatically closed After the timeout has elapsed (Similar to InputBox & MsgBox). But it has no option for it... Is ther any way to do it?
-1
votes
1 answer

idleTimer plugin doesn't seem to be working

I am trying to set up an automatic logout for users who are idle a predetermined length of time on a given page. I'm using jade files to do the layout for my html pages. I tried to link the idleTimer plug-in directly into the file. This is what my…
gjw80
  • 1,058
  • 4
  • 18
  • 36
-2
votes
1 answer

XOpenDisplay fails when run from daemon (C language)

i'm working in a simple project on my raspberry pi, which flash some leds in differ ways on some system events (like disk reading, ethernet communications, processor overload), and these leds need to be shut off some time after system is idle (these…
-2
votes
1 answer

Javascript/JQuery: Want to Idle function using session

Can anyone help me in my problem? Example: I have 2 same page have same session the first page is idle and the another not idle but when 30mins done the first page popup to timeout a session but I'm using second page that's why no idle in 1st page…
1 2 3 4 5 6 7
8