Session variable values dropped
I'm tracking entered info on an ecommerce checkout using session variables. All goes well until a user edits their shipping information. Suddenly about half of the variables that hold the billing information lose their values. They are not deleted; they are just empty.
I have scoured the code and there are no errors that would cause the shipping variable updates to affect the billing ones. The routines are all encased in cfswitch/cfcase tags AND I've commented EVERY bit of executable code on the page and the problem still occurs. I also tried changing the billing variable names to no avail also.
I'm out of tricks. Is there some bug or something that's affecting my app?
TIA for any help any of you can offer.
~ValC
