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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:56:26+00:00 2026-05-12T07:56:26+00:00

I have a requirement to persist the Persistent auth cokkies for a long period

  • 0

I have a requirement to persist the Persistent auth cokkies for a long period (1 month)

I am also using quite a few session variables. Now I cannot set the session timeout to that long (it will kill the server). It is currently set to 30 mins.

Suppose the user keeps their browser window open for a day, the auth cookie wont expire but the session would. And the application wont function.

So any suggestion, workarounds or useful links for this problem?

  • 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-12T07:56:26+00:00Added an answer on May 12, 2026 at 7:56 am

    Persisting the authentication cookie is easy, and independant of the Session state:

    <system.web>
      <authentication mode="Forms">
        <forms timeout="43200"/>
      </authentication>
    </system.web>
    

    The timeout is set in minutes, so:

    30 (days) * 24 (hours) * 60 (minutes) = 43200 minutes

    The session stuff is a bit trickier, but workable.

    You really need to look at what you’re actually storing in session, and whether you really need all of it all of the time. As session variables are stored on the server, to have them persist across application restarts (which defaults to 20 minutes after the last activity on the site, or 29 hours since the last app restart, and other exceptional cases) you’re going to have to look at using something other than InProc sessions – either using a session server, or SqlSessions.

    However, it might be that you can do something with profiles as well, so store the least used variables in a profile store, and only retrieve them when you really need to.

    Otherwise, you’d want to look at ways you could rebuild the session state when a user comes back – so store some sort of known token in a persistant cookie that enables you to pick up where you left off – however the easiest way to do that is to take their username from the authentication system, and store the details in a database…

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

Sidebar

Related Questions

I have requirement to get application cache object => session object, modify it and
I have been given a requirement to persist user data once the user has
I have a requirement to persist java objects in a database and retrieve it
I have requirement to extend particular CSS style. For example, I'm using 3rd party
I have requirement where some times I would like to load children as well
I have requirement to disable copy/paste/cut operations on a textbox. For this purpose I
I have requirement, wherein I have to calculate totals for cash and credit cards
I have requirement of specifying web part connections in onet.xml. So when site is
I have requirement like, suppose I have a 'property' table which has 'ListingKey' field
I have requirement as following like showing ABPeoplePickerNavigationController in tabbar based application. I researched

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.