php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HttpOnly flag"

Why does filter_var require the FLAG FILTER_FLAG_ALLOW_FRACTION for floats?

When using filter_var to validate float values, the FILTER_FLAG_ALLOW_FRACTION flag must be included in order to allow decimal fractions in the input....

How can the use of the "httponly" parameter in setcookie function impact cookie functionality in PHP?

When the "httponly" parameter is set to true in the setcookie function in PHP, it restricts the cookie from being accessed through client-side scripts...

How can the Recent flag be maintained when fetching email headers using imap_fetch_overview in PHP?

When fetching email headers using imap_fetch_overview in PHP, the Recent flag can be maintained by checking the "Recent" flag in the email headers and...

What are the potential pitfalls of using flag icons for language selection in a PHP website?

Using flag icons for language selection can be misleading as flags are often associated with countries rather than languages. This can lead to confusi...

How can PHP developers ensure the security of cookies in their applications?

PHP developers can ensure the security of cookies in their applications by setting the 'secure' and 'httponly' flags on the cookies. The 'secure' flag...

Showing 1 to 5 of 1249 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 249 250 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.