【发布时间】:2013-11-01 05:28:44
【问题描述】:
只是一个简单的问题。
我正在尝试将会话存储到变量中,然后在第二行中尝试取消设置会话。在我的变量变为空之后。
//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 ...
【问题讨论】: