Cookie / Session Based Authentication vs HTTP Authentication
July 19, 2005 7:59 PM Subscribe
How come most websites roll their own authentication methods around cookie-based sessions, rather than using http authentication built in to most web servers? Is this a security issue, or a user interface issue? Or something else?
posted by namespan to computers & internet (8 answers total)
I don't use cookies, though, I use a session id that is passed in the URL.
posted by trevyn at 8:06 PM on July 19, 2005