只是一个简单的问题。
我正在尝试将会话存储到变量中,然后在第二行中尝试取消设置会话。在我的变量变空之后。
//Assuming session Hello has a value already
$hello_world = $this->Session->read('Hello');
$this->Session->delete('Hello');
print_r($hello_world); //empty here where it shouldn't ...
答案 0 :(得分:1)
答案 1 :(得分:1)
尝试回显变量,因为它不是数组。如果不起作用,那么你必须张贴整个视图。