0
我試圖在Wordpress操作中訪問cookie。動作註冊在下面,它適用於靜態數據。但是當我嘗試訪問一個cookie時,我知道一個cookie是有效的,因爲我在頁面上回顯它,總是空的。此操作是否可以訪問$ _COOKIE對象?如果不是我能做什麼解決方案?Cookie在Wordpress中爲空用PHP添加操作
add_action ('comment_post', array(&$cisco_rewards, 'add_comment_badge_id'), 1);
function add_comment_badge_id($comment_id) {
add_comment_meta($comment_id, 'badge_id', $_COOKIE[Cisco_Rewards::REWARDS_COOKIE_NAME], true); // I put just a 2 here and it worked correctly, blank otherwise with the cookie.
}
是的,餅乾甚至沒有在那裏。不知道EXIT在PHP(.NET開發人員在這裏)。主要問題不是在Cookie上設置path = /,而是在javascript中結束。 – 2011-04-13 20:48:26