为什么我的CI_SESSION用不了啊?
初始配置,但是用不了,提示An Error Was EncounteredIn order to use the Session class you are required to set an encryption key in your config file.
老问题了,用论坛搜索一下 http://codeigniter.org.cn/user_guide/libraries/sessions.html 就是在config.php文件里的
$config['encryption_key'] = '';
不要为空就可以了! 呵呵,谢谢了。
页:
[1]