Lines Matching refs:cookie
1496 ; http://php.net/session.cookie-secure
1499 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1506 ; Name of the session (used as cookie name).
1514 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1515 ; http://php.net/session.cookie-lifetime
1518 ; The path for which the cookie is valid.
1519 ; http://php.net/session.cookie-path
1522 ; The domain for which the cookie is valid.
1523 ; http://php.net/session.cookie-domain
1526 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
1527 ; http://php.net/session.cookie-httponly