php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "session timeouts"

Is it possible to control timeouts in PHP using functions like fsockopen or is a different approach required?

When using functions like fsockopen in PHP, it is possible to control timeouts by setting the appropriate socket options. This can be achieved by usin...

How can PHP handle large file uploads more efficiently to avoid timeouts?

When uploading large files, PHP may encounter timeouts due to the default settings in php.ini. To handle large file uploads more efficiently and avoid...

Are there specific Apache configurations that can affect PHP file upload timeouts?

Yes, there are specific Apache configurations that can affect PHP file upload timeouts. One common configuration that can cause timeouts is the "uploa...

What are common reasons for session variables losing content in PHP?

Session variables in PHP can lose their content due to a variety of reasons such as server misconfigurations, expired session timeouts, or improper ha...

How can the configuration of Apache or PHP affect session management in PHP applications?

The configuration of Apache or PHP can affect session management in PHP applications by limiting the session storage options, setting session variable...

Showing 41 to 45 of 10000 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.