I'm confused... why would https make you have a different session? Sessions are based on cookies after all (cfid and cftoken). The cookies should be getting set on a per domain basis, so if you're using the same domain for http and https, and it's hitting the same cf server, there shouldn't be a problem...
If you are for some weird reason having problems, perhaps you can pass the cfid and cftoken as hidden fields on your form, that might help you keep the session. Russ > -----Original Message----- > From: Sandra Clark [mailto:[EMAIL PROTECTED] > Sent: Friday, June 02, 2006 6:35 PM > To: CF-Talk > Subject: RE: Session Variables lost when moving from http to https - > Please help! > > 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:242173 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

