$_SESSION不能保存对象?

public static OnConnect($client_id) { $app = new App($client_id, $ip); $_SESSION = $app; } 会发现App的destruct函数被调用了,也就是说$_SESSION = $app;的时候,对象销毁了一次。 请问这是怎么回事。 谢谢...

kevin 发表与 2016-05-18 3393 浏览 2 回答

kevin

1990
积分
0
获赞数
0
粉丝数
2016-05-18 加入
×
🔝