Forum Moderators: open
I am considering two options:
1) cave in and use cookies.
2) store the shopping cart in an Access Database on the server.
A few years ago, there was a big concern about cookies and privacy. Has consumers come to live with cookies, or is this still an issue. I hear that IE6 will not accept cookies by default.
The advantage of the database route, The user can access his shopping cart anytime uptil I decide to delete it, not when the customer decide to clear their cookies.
Does anybody have a recomendation, which direction I should go?
Aren't you going to need a cookie anyway, to track the users id, even if you have the data in a database?
The only alternative would be to have a session-id in the url, and have the user re-authenticate at each repeat visit. This is not a big problem, except that those urls can't be bookmarked.
I believe you have to add a P3P HTTP header to keep MSIE6 happy with the cookie, but otherwise it shouldn't be a problem.
René.
It looks like, consumers treat cookies as a fact of life now. This is way different from 1998, when I first started, where cookies were considered by big privacy deal.
BTW: IE6.0 will accept first party cookies without a P3P policy when it is set at it's default setting (medium), and the next higher setting (medium high). Having a P3P policy will only give you ONE additional setting (high).
In the entire year that I have gone to cookies, there have only been 3 entries for IE6 in my failed cookie log!