NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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