码迷,mamicode.com
首页 > 其他好文 > 详细

CodeIgniter 错误: In order to use the Session class you are required to set an encryption key

时间:2015-04-22 13:19:01      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

CodeIgniter SESSION  第一次用 session 遇到这个错误 ,


说是要加一个密钥才可以使用,加就加吧,


打开 config.php 找到以下代码


 


/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
| If you use the Encryption class or the Session class you
| MUST set an encryption key.  See the user guide for info.
|
*/
$config[‘encryption_key‘] = ‘afafasfwertwerwer‘;


$config[‘encryption_key‘]    后面的密钥你随便加了。加完就可以使用了。

CodeIgniter 错误: In order to use the Session class you are required to set an encryption key

标签:

原文地址:http://www.cnblogs.com/kenshinobiy/p/4447026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!