I am trying to integrate 2Checkout payment into my asp.net 4.0 website and everything is working except the annoying thing that the Session is lost when the browser navigates to the checkout/payment page at 2 checkout.
I am pretty sure the problem is that the browser switches from http to https and back to http.
I tried to set a HttpCookie to solve the problem, but that didn't work.
How do I configure (probably something in web.config) the website, so that the session is still good after the redirect back to my own website?
Thanks.