Forgot your password?
typodupeerror

Comment How is this different from the access control? (Score 5, Interesting) 179

I've been using the same basic web site access control algorithm for years. A description of my code reads very similar to the abstract.

My system maintains a database of Internet files, (not sites, though I don't know what the difference would be...)
My system does not limit the number of visits to a category a limited number of times, however, it does limit to download links once per user, which is (probably the same thing).
My system allows users to request access, and then have access granted.
I don't log which pages/sites users visit, but I know many apps that do (like nuke).

I'm not a patent attorney, does this mean that my access control code violates the patent?

Truly bizarre.

Slashdot Top Deals

"Free markets select for winning solutions." -- Eric S. Raymond

Working...