php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "security tokens"

Are there any best practices for securely storing user authentication tokens in PHP cookies for automatic login functionality?

When storing user authentication tokens in PHP cookies for automatic login functionality, it is crucial to ensure the security of these tokens to prev...

What considerations should be made when implementing a time-based expiration for CSRF tokens in PHP sessions?

When implementing a time-based expiration for CSRF tokens in PHP sessions, it is important to consider the balance between security and usability. Set...

Can you explain the relationship between sessions, tokens, and cookies in PHP authentication?

Sessions, tokens, and cookies are commonly used in PHP authentication to maintain user authentication state. Sessions are server-side storage that kee...

What resources or tools can be used to understand PHP tokens and their meanings in code?

To understand PHP tokens and their meanings in code, one can use the PHP Tokenizer extension, which allows for the parsing of PHP code into tokens. Ad...

Is it advisable to store tokens in a separate file outside the web root when accessing APIs in PHP?

When accessing APIs in PHP, it is advisable to store tokens in a separate file outside the web root to prevent unauthorized access. By storing tokens...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 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.