Http\Cookie::restore
  • References/PHP/Phalcon/Http/Cookie

public restore () Reads the cookie-related info from the SESSION to restore the cookie as it was set This method is automatically

2025-01-10 15:47:30
Http\Cookie::setExpiration
  • References/PHP/Phalcon/Http/Cookie

public setExpiration (mixed $expire) Sets the cookie’s expiration time

2025-01-10 15:47:30
Http\Cookie::isUsingEncryption
  • References/PHP/Phalcon/Http/Cookie

public isUsingEncryption () Check if the cookie is using implicit encryption

2025-01-10 15:47:30
Http\Cookie::getExpiration
  • References/PHP/Phalcon/Http/Cookie

public getExpiration () Returns the current expiration time

2025-01-10 15:47:30
Http\Cookie::getDomain
  • References/PHP/Phalcon/Http/Cookie

public getDomain () Returns the domain that the cookie is available to

2025-01-10 15:47:30
Http\Cookie::setDomain
  • References/PHP/Phalcon/Http/Cookie

public setDomain (mixed $domain) Sets the domain that the cookie is available to

2025-01-10 15:47:30
Http\Cookie::getHttpOnly
  • References/PHP/Phalcon/Http/Cookie

public getHttpOnly () Returns if the cookie is accessible only through the HTTP protocol

2025-01-10 15:47:30
Http\Cookie::getSecure
  • References/PHP/Phalcon/Http/Cookie

public getSecure () Returns whether the cookie must only be sent when the connection is secure (HTTPS)

2025-01-10 15:47:30
Http\Cookie::delete
  • References/PHP/Phalcon/Http/Cookie

public delete () Deletes the cookie by setting an expire time in the past

2025-01-10 15:47:30
Http\Cookie::send
  • References/PHP/Phalcon/Http/Cookie

public send () Sends the cookie to the HTTP client Stores the cookie definition in session

2025-01-10 15:47:30