php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "secure cookies"

What are some potential pitfalls of enabling secure cookies in PHP admin menus?

Potential pitfalls of enabling secure cookies in PHP admin menus include potential compatibility issues with older browsers that do not support secure...

How can you ensure that cookies in PHP are secure and not vulnerable to attacks?

To ensure that cookies in PHP are secure and not vulnerable to attacks, you should set the 'secure' and 'httponly' flags when creating the cookie. The...

How can PHP sessions and cookies be utilized for a more secure login system instead of relying on /etc/shadow?

Using PHP sessions and cookies for a more secure login system instead of relying on /etc/shadow can help prevent unauthorized access to user credentia...

How can PHP developers ensure the secure transmission of user credentials and cookies between different servers in a multi-server setup?

To ensure the secure transmission of user credentials and cookies between different servers in a multi-server setup, PHP developers can use HTTPS for...

How can a secure "Remember Me" function be implemented using cookies in PHP?

To implement a secure "Remember Me" function using cookies in PHP, you can generate a unique token for each user and store it in both a cookie and the...

Showing 1 to 5 of 10000 results

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