php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "ID passing"

Is passing the session ID via GET parameters a recommended practice in PHP for maintaining session state?

Passing the session ID via GET parameters is not recommended in PHP for maintaining session state as it poses security risks, such as session hijackin...

What is the purpose of passing the session ID in the URL when using PHP sessions?

Passing the session ID in the URL when using PHP sessions can be a security risk as it exposes the session ID to potential attackers. This can lead to...

What is the significance of passing the session ID when cookies are disabled?

When cookies are disabled, the session ID needs to be passed through the URL or form parameters to maintain session state between requests. This is im...

How can session variables be maintained across multiple pages without passing the session ID in the URL?

Session variables can be maintained across multiple pages without passing the session ID in the URL by using PHP sessions. When a session is started o...

What are the potential pitfalls of not passing the session ID in a PHP link?

Not passing the session ID in a PHP link can lead to session hijacking or session fixation attacks, where unauthorized users can access sensitive info...

Showing 16 to 20 of 8878 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1775 1776 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.