ericaalicen
Programmer
I have a shopping cart session. In the past I've inserted the shopping cart contents and shipping info before moving so the ssl area to get credit card info. I've done this because in moving to the ssl area I always get an error that session.Cart does not exist if I try to carry the session. In researching this it seems that since the ssl and non-ssl areas are on the same server, session.Cart should still exist. I've tried passing the session.URLTOKEN since I seem to be assigned a new one if I don't pass it to the SSL area. But session.Cart still doesn't exist. I'm encountering some problems when users make mistakes and try to move back and forth between the ssl and non-ssl areas, so I need to re-code this somehow. Any ideas?