php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "session runtime limits"

What are the potential drawbacks of using $_SERVER['HTTP_REFERER'] in PHP for access control?

Using $_SERVER['HTTP_REFERER'] for access control is not secure as it can be easily spoofed or manipulated by the client. It is not a reliable method...

In what scenarios would it be appropriate to use hidden fields versus visible form components in PHP forms?

Hidden fields are appropriate when you need to pass data between pages without displaying it to the user, such as session tokens or user IDs. Visible...

How can the use of register_globals affect PHP sessions?

When register_globals is enabled in PHP, it can pose a security risk by allowing external input to overwrite global variables, including those used in...

Can sessions be effectively used to manage user authentication and access control in PHP, as seen in the provided forum thread?

The issue of managing user authentication and access control can be effectively solved using sessions in PHP. By storing user credentials in a session...

What is the significance of checking for the existence of a cookie on the next page load rather than immediately after setting it?

Checking for the existence of a cookie on the next page load rather than immediately after setting it allows the browser to store the cookie and send...

Showing 9951 to 9955 of 10000 results

‹ 1 2 ... 1988 1989 1990 1991 1992 1993 1994 ... 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.