I have developed a .net e-commerce app using
vb.net and am using session objects to remember information across mutiple pages as described in the "beginning asp.net e-commerce" book. This works fine on my test environment but when I try to move this to a live environment it does not work. The session object is dropped when you go from a non secure protocal ("http") to a secure protocol ("https"). This is a huge problem as the application relies on the session objects throughout the app.
Does anyone know what I can do to get solve this problem.
Thanks