Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 2Checkout 付款集成到我的 asp.net 4.0 网站中,除了在 2 结帐时浏览器导航到结帐/付款页面时会话丢失的烦人事情外,一切正常。
我很确定问题是浏览器从 http 切换到 https 并返回到 http。
我试图设置一个 HttpCookie 来解决这个问题,但没有奏效。
如何配置(可能是 web.config 中的某些内容)网站,以便在重定向回我自己的网站后会话仍然良好?
谢谢。