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 7942365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:57:02+00:00 2026-06-03T23:57:02+00:00

I am making jquery ajax calls to server after each 10 seconds from a

  • 0

I am making jquery ajax calls to server after each 10 seconds from a page. Now when a user makes normal request (no ajax call) to server (if he stays idle for 2 minutes) I want the user to become log out. I have already made a form authentication cookie with timeout 2 minutes but the issue is that automatic jquery ajax calls(after each 10 seconds) are not making the user unauthenticated. How can I handle this case.

  • 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-03T23:57:04+00:00Added an answer on June 3, 2026 at 11:57 pm

    Clear the interval and remove the authentication cookie after 2 minutes :

    var intervalID=window.setInterval(yourajaxfunction,10000);
    
    window.setTimeout(  
        function() {  
            clearInterval(intervalID);   // cancel the ajax requests
            clearCookie(); // remove the authentication cookie locally
        },  
        120000  // 2 minutes timeout
    );
    

    I’m guessing that on the server side there is a check for the authentication cookie – if its not found then the user is forced to re-authenticate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making an ajax request from a jquery script to one of my
I have a bunch of jQuery Ajax calls on my WordPress website. After making
i am making ajax calls with jquery like this http://pastie.org/860837 and sometimes i get
I have a template set up that I'm making ajax calls to via jQuery.
I'm making a jQuery Ajax POST request to a PHP script that returns an
I am making cross-domain Ajax calls using the latest version of jQuery 1.7.1. with
I have a function which makes an AJAX request to a server and returns
I've rewritten my family web site using JavaScript (JQuery) making Ajax calls to PHP
If I'm making an 'ajaxified' user interface with many ajax calls for creating, renaming,
I have a Fundamental question in using Jquery with PHP when making ajax calls

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.