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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:22:36+00:00 2026-05-25T15:22:36+00:00

I need to know users login and logout, the problem is when the user

  • 0

I need to know users login and logout, the problem is when the user session timeouts, how can i handle this to update application.

On session destroy, i want to update a db table for example ?

I prefer no to use a cron job, since it will load much on the server.

Thanks in advance.

  • 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-25T15:22:36+00:00Added an answer on May 25, 2026 at 3:22 pm

    In general there is no way to keep concurrent information on session state for all users without incurring a large performance hit. As you already said, this is a result of not being able to properly terminate a session when one times out.

    At this point you have two options:

    1. Run a cron job (deterministic)

    You can set up a cron job to run as often as you require. This will ensure that the information you have is at most as old as the cron interval.

    2. Set the session GC probability

    Setting the session.gc_probability and session.gc_divisor PHP options allows you to specify a probability with which session cleanup will be initiated on every request. Typically this is a relatively low value (e.g. 1/100) because at very high server loads it can kill your performance very quickly.

    The benefits of this approach is that it’s built-in and that it doesn’t cost you anything if your server isn’t actually being hit by users.

    The main drawback is that the probability has to be always tweaked taking into account the number of requests/sec on your server, which is not a constant. Other drawbacks are the fact that it relies on requests to actually work (will never clean up sessions if noone visits your server) and that it’s a global setting (works server-wide, not application-wide).

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

Sidebar

Related Questions

I have asp.net web site in which user can login and also do logout
I successfully with webapp2 can authenticate and login/logout users and I have a decorator
I need to know which users are online on the website and for this
I know nothing about PHP, but in my application I need to implement user
I'm building a mobile web app targeting Android users. I need to know what
I need to know when the user finishes editing a cell in an NSTableView.
I need to know if the user has hidden an icon added by my
I need to know which views does a user have which privileges on. I'm
I need to know the ID of the current user in a model: def
I get a URL from a user. I need to know: a) is the

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.