CodeIgniter Session encryption_key

时间:2011-11-02 06:37:25

标签: codeigniter session

在使用会话的CI应用程序中,它必须像这样使用     $ config ['encryption_key'] =“某事” 我可以使用双引号之间没有任何设置。

1 个答案:

答案 0 :(得分:0)

答案是否定的。如果打开Session核心库,它就有:

if ($this->encryption_key == '')
{
     show_error('In order to use the Session class you are required to set an encryption key in your config file.');
}

没有真正的理由没有它,所以我只是把它留在那里。如果你愿意,只需要一个字母,但即使这样也不建议。