Forums

ASP

This topic is locked

https, sessions and general problems

Posted 07 Mar 2002 13:07:20
1
has voted
07 Mar 2002 13:07:20 Richard Davies posted:
Hello there

We are hoping to launch our new site at www.ehattons.com within the next few days and need a bit of help if anyone is out there!

We have used the excellent Charon Cart and are experiencing properties maintaining sessions that are not generated by this extension.(ie CustomerID)

If you take a look at the site you will see that cart.asp is on a normal http: server and then it transfers to the https where checkout1.asp is loaded. The customer enters their details and these are inserted into SQL server and retrieved as a variable and put into a session for the next page before it redirects to checkout2.asp

Checkout2.asp still seems aware of what is in the basket (sessions created by Charon Cart) but the Session generated by my code has'nt made it to the next https page.

Does anyone know what I am doing wrong and how I can correct it?

Thanks

Richard

Replies

Replied 12 Mar 2002 18:43:51
12 Mar 2002 18:43:51 Joel Martinez replied:
you need to verify that you are indeed getting the id back when you insert the row into the database... do a little debugging by writing out the value instead of redirecting as a test.
that's my guess for now.

Joel Martinez
MX inSite Magazine
The Complete Resource for Macromedia designers & developers
Sign up for your free electronic Preview Issue
www.mxinsite.com

Reply to this topic