php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "timeout"

How can blockwise data retrieval be implemented in PHP to prevent timeout issues?

Blockwise data retrieval can be implemented in PHP by fetching data in smaller chunks or blocks, processing each block, and then fetching the next blo...

How can PHP $_SESSION timeout be effectively handled in AJAX requests?

When handling AJAX requests in PHP, it is important to manage the session timeout effectively. One way to handle this is by checking the session expir...

What is the best practice for maintaining session variables in PHP without resetting the session timeout?

When working with session variables in PHP, it is important to ensure that the session timeout is not reset each time a session variable is accessed o...

What is the recommended way to extend the timeout in phpMyAdmin 4.4.6?

In phpMyAdmin 4.4.6, the timeout for user sessions is set to a default value, which may not be sufficient for certain tasks that require longer period...

How can the set_time_limit() function be used to extend the timeout in PHP scripts?

The set_time_limit() function in PHP can be used to extend the timeout for script execution. This function sets the maximum execution time for the scr...

Showing 31 to 35 of 691 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 138 139 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.