This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
只是一个快速的问题。
我正在尝试将会话存储到变量中,然后在第二行中尝试取消设置会话。在我的变量变为空之后。
//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 ...