Wrox Programmer Forums
|
ASP E-commerce As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP E-commerce section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 21st, 2005, 09:00 AM
Registered User
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Session objects problems with SSL

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
 
Old May 3rd, 2005, 04:52 AM
Registered User
 
Join Date: Apr 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Aadil Mehmood Khan
Default

In ASP.NET simple "http://" pages and "https://" pages are two seperate applications. Store your session id for one application in any database and then retrieve in the other.






Similar Threads
Thread Thread Starter Forum Replies Last Post
redirect with SSL/cookieless sessions problems jtyson ASP.NET 1.0 and 1.1 Basics 2 May 29th, 2013 07:32 PM
Storing objects in Session variables mega ASP.NET 1.0 and 1.1 Basics 8 November 16th, 2004 02:38 PM
Accessing application objects from session EJBs enghoe BOOK: Expert One-on-One J2EE Design and Development 0 January 7th, 2004 02:36 AM
Why is it bad to put Objects into Session Vars? treycarroll Beginning PHP 3 August 18th, 2003 12:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.