简体   繁体   English

CodeIgniter丢失会话信息

[英]CodeIgniter losing session information

I have a CI app that uses db sessions, and a few hundred users on at any one time. 我有一个使用数据库会话的CI应用程序,并且一次可以使用数百个用户。

Sessions work perfectly for everyone, except one guy, who keeps getting booted back to the auth/login controller after a few actions. 会话对每个人都非常有效,除了一个人,他在执行一些操作后一直引导回到auth / login控制器。 It seems that clearing his cache works for a few days, but the problem then comes back. 清除他的缓存似乎可以工作几天,但是问题又回来了。

As far as I am aware, he is the only user with this problem. 据我所知,他是唯一遇到此问题的用户。 Even his business partner sits next to him on a different pc and does not suffer the same problem. 甚至他的商业伙伴也坐在他旁边,坐在另一台PC上,不会遇到相同的问题。

Apparently he is using IE (8 or 9, cant remember which). 显然他正在使用IE(8或9,不记得是哪个)。 I asked him to try chrome or FF, which he has said gives the same problem. 我请他尝试chrome或FF,他说过同样的问题。 I'm not sure if he actually has tried them or not…but I can't exactly argue with the guy. 我不确定他是否真的尝试过……但是我不能和那个家伙争论。

Needless to say, the guy is pretty pissed off and ready to throw his pc out the window…or perhaps at me. 不用说,这个家伙很生气,准备把他的电脑扔到窗外……或者也许是对我。

Any ideas on what to do or suggest here? 关于在这里做什么或建议的任何想法?

In the end, it seems that this was caused by the user being on a USB mobile dongle. 最后,这似乎是由用户使用USB移动加密狗引起的。 Same laptop on a wireless network worked fine. 无线网络上的同一台笔记本电脑运行良好。 Go figure. 去搞清楚。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM