I am currently building a site which accepts credit card info. I am using ADC method on authorizenet so I must send over secure connection. My problem has to do with a customer signing up. Sometimes the conformation page comes up and sometimes is does not. (the script is the same)If it does not find the next page all data the user entered is lost. There are two files which pass data between each other (script and form). I use sessions to store all variables. Everything works fine when I do not use the secure connection, or run it on local machine. Can anyone help me out THANKS