Thatguy2001au
08-02-2003, 11:16 AM
Hi
I have designed my self a shopping cart which has a SQL Server 2000 database backend and ASP. I've deisgned the cart and all the necessary code to make it work. What I am not sure of, is what actually happens after the user clicks on the 'Checkout' button. Lets assume that the shopper has logged in and just wants to complete the order. When they hit the Checkout button, should this then take the shopper to a Secure Server? I want the connection to be secure, so does that mean I have to sign up with a secure server or something, or does it mean i can just purchase a SSL certificate and get my Hosting Provider to install it?
Either way, do i receive some sort of script or information as to how to direct the user there and incorporate it into my site?
Also, if i have to redirect it to a Secure Sever, does the user's Session remain active and can i still access any information i have stored in a Session Variable, or can I still make calls to my database?
Or am i wrong about the whole thing and the process is completely different?
I am just desperate for some help on this situation since I am in the process of building a site to incorporate my Shopping Cart.
Also, how much different is the process if Transactions are to be done manually and not in real time? Any help or guide to a site i could possibly find out more from would be greatly appreciated.
One last thing, is it appropriate to place an array inside a Session Variable??? If so, how could i do this? How would i get the array into the session and how would i retrieve it??
thanks for bearing with me
Confused
I have designed my self a shopping cart which has a SQL Server 2000 database backend and ASP. I've deisgned the cart and all the necessary code to make it work. What I am not sure of, is what actually happens after the user clicks on the 'Checkout' button. Lets assume that the shopper has logged in and just wants to complete the order. When they hit the Checkout button, should this then take the shopper to a Secure Server? I want the connection to be secure, so does that mean I have to sign up with a secure server or something, or does it mean i can just purchase a SSL certificate and get my Hosting Provider to install it?
Either way, do i receive some sort of script or information as to how to direct the user there and incorporate it into my site?
Also, if i have to redirect it to a Secure Sever, does the user's Session remain active and can i still access any information i have stored in a Session Variable, or can I still make calls to my database?
Or am i wrong about the whole thing and the process is completely different?
I am just desperate for some help on this situation since I am in the process of building a site to incorporate my Shopping Cart.
Also, how much different is the process if Transactions are to be done manually and not in real time? Any help or guide to a site i could possibly find out more from would be greatly appreciated.
One last thing, is it appropriate to place an array inside a Session Variable??? If so, how could i do this? How would i get the array into the session and how would i retrieve it??
thanks for bearing with me
Confused