Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8434305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:37:13+00:00 2026-06-10T06:37:13+00:00

I have a session time out functionality implemented, in which user is presented with

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T06:37:15+00:00Added an answer on June 10, 2026 at 6:37 am

    Should be fairly easy to implement. Use the action listeners to detect the user action.

    var userActionDetected = false;
    var x = document.getElementById('yourID');
    x.onclick = function (){
        // some more stuff you wanna do 
        userActionDetected = true;
    };
    setTimeout(
        function() {
            if(!userActionDetected){
                //close popups etc.
            }
        },
        60000
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a trigger that supposed to update log out time[generate random log out
I have read some issues related to session time out and i have changed
HI, i have code for session time out but i dont know whats the
i want to set session time out limit by 3 min , i have
I'm writing my SPring MVC web application. I have set my session time out
We have a form on our website in which a user can fill out
i want to display session time out message on my LogOn page. i have
Should I constantly have a session open in my web site with user accounts,
A quick questions about sessions, I have a session with the following code <?php
I have a stateless session bean with a method which throws an exception (which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.