[thelist] ASP: Shopping Cart Theory

Michael K. Ahn mike at ahnfire.com
Mon Jul 8 14:08:00 CDT 2002


Hey,

I'm new to the list.  Just have this question.  What COM, if any are
people using to encrypt their querystrings?  Are people leaving them
unencrypted?

I looked at this one: ASPCrypt
http://www.serverobjects.com/products.htm#free

However this one is not being supported.

Michael

-----Original Message-----
From: nagrom [mailto:morgan at morgankelsey.com]
Sent: Monday, July 08, 2002 3:01 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] ASP: Shopping Cart Theory

> > 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


--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list