代码点火器会话无法在某些服务器上运行

时间:2015-11-05 15:27:10

标签: php codeigniter session

我是CI的新手并且正在从事一个项目。我的问题是

$this->session->set_flashdata('error', 'error1');

取为

$this->session->flashdata('error')

适用于我的某个服务器,但不适用于其他服务器。我已经尝试检查n上的所有代码,但没有帮助,我的会话配置如下

在两台服务器上代码相同,有人可以帮助我解决在会话失败的服务器上可能缺少的内容。

1 个答案:

答案 0 :(得分:2)

我已经想到并且我的问题已经排序了,因为我经历了配置,我意识到有一个cookie域设置,当我改变它以反映新域时,会话又回来了,我现在可以设置和阅读会话闪存数据

Update all pods    
Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Using Typhoon (3.4.1)
Using Bolts (1.4.0)
Using FBSDKCoreKit (4.7.1)
Using FBSDKLoginKit (4.7.1)
Using FBSDKShareKit (4.7.1)
Using JRSwizzle (1.0)
Using JSONKit (1.4)
Using KGModal (1.2.0)
Using Kiwi (2.4.0)
Using TTTAttributedLabel (1.13.4)
Generating Pods project
Integrating client project
Sending stats
Sending stats
Pod installation complete! There are 8 dependencies from the Podfile and 9
total pods installed.

在配置文件中更改了此值,一切正常。