[thelist] ASP: Shopping Cart Theory

Brian Johnson thelist at lists.evolt.org
Mon Jul 8 13:56:00 2002


>
>
>You can always use the IIS session ID coupled with a db table which could
>act just as the cookie would.  I chose to use cookies since it was not a
>requirement that the cart work for cookie-less folks, but for you this may
>be the answer.
>
I'm not sure, but could you pass around values using hidden form fields
from page to page?

-Brian