Zend Framework Session swapping issue

霸气de小男生 提交于 2019-12-11 04:46:55

问题


I'm helping develop a website based on Zend Framework which has begun to experience session swapping issues that appear at random. WE have found no way of detecting this issue except when our users and ourselves experience session swaps when refreshing or navigating the site. we have found no order or pattern to help us determine what the cause is. Our system uses two database, standard website database and an API database. We have noticed that the cron jobs for these two database create a large number of sessions except this should not cause a session swapping issue with the number of occurrences we have experienced.

We are attempting to discover some way of detecting the cause of this issue. We would appreciate any tips or advice on how to find the cause of this issue. Any advice would be greatly appreciated.

UPDATE: we have development and testing subdomains which have never had the session swapping occur there. it seems it only occurs on the live production website.

来源:https://stackoverflow.com/questions/5925089/zend-framework-session-swapping-issue

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