deepatpaul
Programmer
For a shopping cart-enable site, what is the best way to store and transfer a user's session data from non-secure to secure? The secure section will contain the form for them to enter their credit card information as well as submit to the 3rd party payment gateway and back again.
The secure folder will also be under the same domain as the non-secure. I'm using SQL Server database and CF5.0.
The secure folder will also be under the same domain as the non-secure. I'm using SQL Server database and CF5.0.