ASP.NET losing session upon redirection from CCAvenue payment gateway

99封情书 提交于 2020-03-25 19:38:30

问题


I am using ASP.net webforms and successfully integrated the payment gateway. The problem I'm facing is that while I'm posting data to the payment gateway it process the payment and send backs the response to our web application and user gets logged out i.e. because user session getting cleared and sets back to null .I thought this occurs because of HTTP to HTTPS connection as every gateway uses https as a security. and after getting redirected to https it removes all the cookies and session data.

Later I have run the solution by enabling SSL in IIS express to make sure that the redirection happens from https to https, but still the problem persists. Please help me fix this issue.

来源:https://stackoverflow.com/questions/60537150/asp-net-losing-session-upon-redirection-from-ccavenue-payment-gateway

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