[thelist] ASP: Shopping Cart Theory

nagrom morgan at morgankelsey.com
Mon Jul 8 14:01:01 CDT 2002


> > Which, unfortunately, brings me back to square one...
> > every shopping cart solution uses cookies so far. Is
> > there any other way?
>
>
> Of course you could manage users with querystrings.
>
<snip>

querystrings aren't a bad way to go.
the only danger is if your buy-now buttons are links and not forms, search
spiders could get stuck with a querystring. but as spiders dont submit
forms, you can avoid it by using forms to interact with the cart.
it can be a little sticky appending the querystring everywhere, hopefully
your site architecture accounts for it ;)

nagrom





More information about the thelist mailing list