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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:39:18+00:00 2026-06-14T02:39:18+00:00

Basically, a php session won’t expire while a user is surfing on a website.

  • 0

Basically, a php session won’t expire while a user is surfing on a website. But “while the user is surfing on the website” means that there are get and post requests. Nevertheless, i can’t figure out if there has to be new requests, or if one active request is enough to maintain the session…

For instantce, i have a big file upload by post. It could then take hours. Will the session expire or not ?

  • 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-14T02:39:20+00:00Added an answer on June 14, 2026 at 2:39 am

    The lifetime of a session depends on the ini setting session.gc-maxlifetime. Every access to the session (read and write) resets the timer. After the timeout, when the session garbage collector runs, the session values are destroyed.

    The default value is 1440, which means 24 minutes. So if you have hits that access the session in any way at least every 24 minutes, the session values will stay.

    If you need the session to stay alive longer than that, you can extend the timeout with ini_set (use before session_start()), for example:

    ini_set('session.gc_maxlifetime', 24*60*60); // 24 hours
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically I hate a satellite website that is including form.php from an entirely different
I'm looking to parse some CXML in PHP...basically all I'm looking to get the
Basically I'm writing a PHP script that displays a Minecraft skin. I understand that
Basically if the user requests: index.php/foo/bar I need /foo/bar and for index.php I need
So basically I have a PHP script that takes all the images from the
I have a similar question to this: PHP session timeout callback? Basically, I want
I am struggling to keep the Facebook session alive using PHP on my website.
I am managing my category variables using php session. If a user clicks like
I have an issue with login session. Basically the flow is like this: user
Is there a way in PHP to get a list of all sessions (and

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.