
26 Feb
2002
26 Feb
'02
2:52 p.m.
From: Barry A. Warsaw
"SJT" == Stephen J Turnbull stephen@xemacs.org writes:
SJT> You aren't going to make cookies go away, because they really SJT> really do constitute a service to the browsing public.
I've given up on the anti-cookie rants, for the most part. I still haven't given up my rage against JavaScript or Java, but I get derided daily by my Pythonlabs counterparts for it. :)
You could always use Basic Authentication, with authentication being done by the cgi scripts against the membership list (emailaddress,password) rather than the webserver. As far as I can tell, this operates somewhat like a cookie in that identifying information is handed to the server on every request.