目前我已閱讀關於set-cookie頭文件的RCF 6265章節4.1.1。 在文本4.1.1: Each cookie begins with
a name-value-pair, followed by zero or more attribute-value pairs.
Servers SHOULD NOT send Set-Cookie headers that fail to co
在我的腳本中,除非我呼叫session_start(),否則print_r($_COOKIE)將顯示空數組,無論頁面刷新多少次。我正在跳過一個遇到過這個問題的人,並且能夠發出更多的光。 //session_start(); // will not set if i remove this
if(!isset($_COOKIE['dvr'])){
$cookieDN = 'DVR';