php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "text stored"

Is it a good practice to store user passwords, even in hashed form, in cookies in PHP?

Storing user passwords, even in hashed form, in cookies in PHP is not a good practice due to security risks. Cookies are stored on the user's browser...

How does session management work in PHP, and how long do session variables typically persist?

Session management in PHP allows you to store user-specific information across multiple pages. Sessions are maintained by creating a unique session ID...

Are there best practices for preventing session variables from persisting across page reloads in PHP?

When using session variables in PHP, they are typically stored in a server-side file or database and are accessible across multiple pages within the s...

What is the best practice for sending account activation links to users in PHP?

When sending account activation links to users in PHP, it is best practice to generate a unique token for each activation link to ensure security and...

Is it necessary to use session cookies instead of displaying session IDs in URLs for security reasons?

Using session cookies instead of displaying session IDs in URLs is recommended for security reasons. Session IDs in URLs can be easily exposed and int...

Showing 9991 to 9995 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.