Codeigniter 2.21 IE会话问题

Codeigniter 2.21 IE会话问题,codeigniter,internet-explorer,session,Codeigniter,Internet Explorer,Session,我在使用Codeigniter会话函数保存会话变量时遇到问题,它在chrome和firefox上都能工作,但在IE上不能工作,在ajax请求和页面刷新时,会话似乎会被清除 在config.php文件中,将以下内容设置为: $config['sess_cookie_name'] = 'cisession'; //remove underscore $config['sess_expiration'] = 84200; //increase value from 7200 这是一种随机现象还是系统

我在使用Codeigniter会话函数保存会话变量时遇到问题,它在chrome和firefox上都能工作,但在IE上不能工作,在ajax请求和页面刷新时,会话似乎会被清除

在config.php文件中,将以下内容设置为:

$config['sess_cookie_name'] = 'cisession'; //remove underscore
$config['sess_expiration'] = 84200; //increase value from 7200

这是一种随机现象还是系统现象?尝试降低配置文件中的
sess\u time\u\u to\u update
。它工作正常,突然出现如下行为