Please enable JavaScript in your browser to experience all the custom features of our site, including the ability to make a purchase.
Please enable Cookies in your browser to experience all the custom features of our site, including the ability to make a purchase.
If your site needs Javascript and cookies to show me your product, your site is crap. Wouldn't it be smarter to make it easier for people to see and buy your products?
HTTP Sucks (Score:1)
HTTP is stateless. Under any shopping cart type scenario, you need to be able to persist the list of products the customer wants to buy. The alternatives to cookies are rewriting every link on every page to include a state identifier, which has its own wonderful problems associated with it.
May I ask what the context was in which it was onerous to use same-domain session-only cookies? I
Re: (Score:1)
Re: (Score:1)
Yeah, HTTP is garbage. Luckily, we have stateful protocols like FTP that scale so much better. :)
Re: (Score:1)
EuSecWest [eusecwest.com] is an example of a cart that doesn't require either cookies or javascript. Mostly because we sell to a very security conscious/paranoid audience who don't necessarily have either javascript or cookies turned on, and may restrict both by organizational fiat.
Re: (Score:2)
I'm not saying stores should be able to function without cookies. I'm saying that I don't want to have to turn them on for your site until I decide if your site has anything worth selling, and if your site can't even display the goods to me without having to track the fact, you need to get over the ego that made you think this was important and just show me what you're selling.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers