php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "cookie handling"

Wie kann man einen Besucher so genau wie möglich identifizieren, ohne einen Benutzeraccount zu erstellen?

To identify a visitor as accurately as possible without creating a user account, you can utilize cookies and browser fingerprinting techniques. By sto...

What potential pitfalls should be considered when setting cookies in Curl using PHP?

When setting cookies in Curl using PHP, it is important to consider potential security risks such as cookie tampering and cross-site scripting attacks...

What are common pitfalls in PHP code that can lead to endless loops or circular redirects in e-commerce websites?

Common pitfalls in PHP code that can lead to endless loops or circular redirects in e-commerce websites include not properly checking for conditions t...

How can the use of $_REQUEST be improved in the PHP code provided?

The use of $_REQUEST is generally discouraged in PHP due to security concerns as it combines GET, POST, and COOKIE data into one array. To improve thi...

What is the difference between session name and session ID in PHP?

Session name is the name given to a session cookie that is used to identify a particular session on the server. Session ID, on the other hand, is a un...

Showing 9996 to 10000 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.