Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete record from the table
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00752409
Message ID:
00753305
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
If your developing a shoping cart.. I suggest you use a cookie to store the information. This is how most people do it.

Im assuming your using an IIS server so.. you can use the unique session id that is generated by IIS. So just store all the pending item info in a cookie and then upon checkout then have the customer login and then process and log the transaction. This will also take a huge load off your server because if you consider that your going to have to create a cart for everyone that visits the pages.

Eric
Previous
Reply
Map
View

Click here to load this message in the networking platform