COSSOFT
09-10-2003, 06:05 AM
Hi all.
My question spans several of the forums, so I've posted it here. I'm writing a VB6 /web based application that operates as follows:-
1. Customer goes to web site and browses, adding stuff to a shopping cart. However, these are digital products, not physical ones.
2. To check out, customer then fires up a previously downloaded VB app.
3. The app connects to the web site's server, and the same hardware server begins streaming out the products to the customers PC through a serial port.
My question is then, how can the VB app identify itself as belonging to the users browsing session (which it must to connect to the correct cart)? To inform, I'll probably use JAVA /JSP on the server side. I'd like to make the process as seemless as possible... Thanks in advance.
My question spans several of the forums, so I've posted it here. I'm writing a VB6 /web based application that operates as follows:-
1. Customer goes to web site and browses, adding stuff to a shopping cart. However, these are digital products, not physical ones.
2. To check out, customer then fires up a previously downloaded VB app.
3. The app connects to the web site's server, and the same hardware server begins streaming out the products to the customers PC through a serial port.
My question is then, how can the VB app identify itself as belonging to the users browsing session (which it must to connect to the correct cart)? To inform, I'll probably use JAVA /JSP on the server side. I'd like to make the process as seemless as possible... Thanks in advance.