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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T13:06:24+00:00 2026-05-22T13:06:24+00:00

I am using forms authentication, and have a timeout of 30 minutes. What I

  • 0

I am using forms authentication, and have a timeout of 30 minutes.

What I am looking for is some way of prompting the user with a few minutes to go that they are about to be timed out, and if they want to keep their session alive.

We have some fairly large forms with the users filling in a lot of data. They’ll have been checking others systems for info, cross checking with colleagues on the phone, etc.

I also want to add an auto-save just before they are timed out as well.

Are these easy things to achieve with JQuery for example?

  • 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-05-22T13:06:25+00:00Added an answer on May 22, 2026 at 1:06 pm

    The solution we found on our project was to create a javascript (not necessarily jQuery) which prompts the user before they’re logged out, and sends a bogus httpRequest in order to keep the session alive.
    our script was something like (untested):

    var promptUserTimeoutId = 0;
    promptUserTimeoutId = setTimeout(promptUser, 30 * 60 * 1000); //call just once, in 30 minutes
    
    function promptUser() {
      if (alert('stay logged in?')) {
           sendHttpRequest(); //just signal a keep-alive to the server...
           //re-set the 30 minutes count
           clearTimeout(promptUserTimeoutId);
           promptUserTimeoutId = setTimeout(promptUser, 30 * 60 * 1000);
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website that's using forms authentication and membership. A user must have
I have an application that's locked down using forms authentication. There are few nightly
I have an ASP.NET web application that is using forms authentication. Everything is configured
I have an application running under WebLogic that is using standard forms authentication. The
I have a ASP.NET MVC site that is locked down using Forms Authentication. The
I have an Asp.Net MVC application using Forms Authentication that is published to the
I have an asp.net 4.0 application that is using forms authentication set to a
I have a web app using forms authentication and I have restricted a folder
I have an ASP.NET 3.5 app using Forms Authentication. It would be nice to
I have an ASP.Net MVC application and I'm using Forms authentication in SQL Server.

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.