Thanks for your reply Sandra... is this the only solution? I thought there must be a way to pass the variables to the https site. I have atleast 20 session and application varibables. Are you suggesting I store this information in a temp table in the database in for ex wddx format and retreive it at the other end. That is a hell of an inconvenience.
There has got to be a way to retreive the session information when moving from http to https. I wish I knew how this could be done. The view basket page is in a folder under the webroot called orders (mysite/orders) and the page that gets called when the user hits "proceed" is in a folder under the webroot called secure (mysite/secure). Your help is much appreciated. Thanks, cfcoder >You go into a different session from http to https. Best solution is store >the information in a temporary table in the database, send the id over the >url and then retrieve from the database on the other side. > > >Sandra Clark >============================== >http://www.shayna.com >Training in Cascading Style Sheets and Accessibility >-----Original Message----- >From: cf coder [mailto:[EMAIL PROTECTED] >Sent: Friday, June 02, 2006 6:18 PM >To: CF-Talk >Subject: Session Variables lost when moving from http to https - Please >help! > >Hello Everybody, > >I need your help solving this problem. Any help will be much appreciated. I >am working on a a shopping cart page that stores the items ordered in a >request scope variable. The usual stuff i.e you add an item to a basket and >view your basket where you check the total price and postage options. > >The "proceed" button on this page sends the user to a secure site (https). >The problem I'm having is once I go from http to https, the session will >disappears and I get a Element is undefined in REQUEST error. I also get an >error when I try to dump the application and session scope variables. > >Can anybody tell me how to fix this problem? I have run out of ideas. > >Best regards, >cfcoder ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242172 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

