Browser Cookie Patent
resistant writes "Here's more patent madness, this time on cookies used in browsers. (By now, even Forbes has a commendable attitude about this rampant greed)." This is actually a pretty interesting article for folks not so familiar with why patents are such a big deal in this day and age.
I read an interesting article in the New York times last week that sheds a little light on the practice of filing for these obviously ridiculous patents. Evidently companies are using these useless patents by donating them to universities or organizations and taking a huge tax write off for it. It is starting to make more sense now. $4000 (US) to "research" and file the patent, and then if they happen to get it, donate it to a college and write off the "Value" at $800,000.00! A very large profit without ever having to enforce an obviously unenforceable patent.
(sig on loan to Smithsonian)
Anyone remember IEMSI? I think that was it. Anyway, it was a mechasnism that allowed BBS's and dial-up clients to exchange login information to create a session that was persistent. It was actually pretty neat. I remember I lobbied for it be included in Renegade (COTT LANG in da hizouse!). That was close to a decade ago.
[why cookies]
Any web app developer can tell you that there's half a dozen more reliable and secure ways to persist data.
Care to list them? Aside from making every simgle page a form, or re-writing pages to append an ID to every single URL link? Cookies are still the most convenient way to maintain a session with lower server-side overhead. Using session cookies is certainly no less secure than the above methods (possibly more so, if the browser history allows another user to continue the session due to bad coding on the server).
Code, Hardware, stuff like that.