SessionId cookie in CakePHP causing the page to hang

跟風遠走 提交于 2019-12-13 01:24:15

问题


I have been having problems with my CakePHP application. Sometimes (not everytime) my application hangs (continues to load forever) in Chrome (Although I don't think it happens in other browsers). I can fix this by removing the sessionId cookie but I need a permanent solution. I have tried this solution by pixelastic:

http://www.pixelastic.com/blog/273:losing-session-request-cakephp-chrome

but that didn't seem to fix the problem. Does anyone have any ideas? If you need me to provide information, I can and will do that promptly. I am not sure what information to provide.

来源:https://stackoverflow.com/questions/8950385/sessionid-cookie-in-cakephp-causing-the-page-to-hang

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!