soap api throwing session expired error using nu soap in magento

让人想犯罪 __ 提交于 2019-12-24 12:40:07

问题


First my site was running with Apache, that time shop api request from other server accepted successfully by magento, but now my server use nginx with magento php version 5.3.10 after that the shop api request from other server not accepting and showing error:

Session expired Try to relogin. Array ( [faultcode] => 5 [faultstring] => Session expired. Try to relogin. ) Array5: Session expired. Try to relogin.

I also check web-service user and role which is used by other server to sent request to update my order status in magento.

Is it any misconfiguration or php version problem?

来源:https://stackoverflow.com/questions/14746359/soap-api-throwing-session-expired-error-using-nu-soap-in-magento

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