php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "persistent cookies"

What are the limitations of using cookies for persistent identification in PHP applications?

Limitations of using cookies for persistent identification in PHP applications include security risks such as cookie tampering and theft. To mitigate...

How can the issue of persistent cookies not being deleted upon logout be addressed in PHP?

Issue: Persistent cookies are not deleted upon logout, which can lead to security vulnerabilities and privacy concerns. To address this issue in PHP,...

How can PHP developers ensure that login data stored in cookies remains persistent over time?

To ensure that login data stored in cookies remains persistent over time, PHP developers can set an appropriate expiration time for the cookie when it...

How can PHP developers prevent unauthorized access to user data when using cookies for persistent login sessions?

To prevent unauthorized access to user data when using cookies for persistent login sessions, PHP developers should encrypt the sensitive user data st...

Are there alternative methods to sessions for achieving persistent variables in PHP?

Sessions are commonly used in PHP to store persistent variables across multiple page loads. However, if you prefer not to use sessions for any reason,...

Showing 1 to 5 of 3488 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 697 698 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.