For the technical people:
(BUGFIX) (WEB) Added workaround for broken Ibrowse2.3 cookie handling. Setting a cookie to ".aminet.net" led to Ibrowse not sending the cookie to
http://aminet.net. Now we set two cookies one for domain ".aminet.net" and one for domain "aminet.net"
18:56 <@nicomen>
http://www.faqs.org/rfcs/rfc296518:58 <@nicomen> 1. a cookie set to bar.tld should be stored as .bar.tld
18:59 <@nicomen> 2. a cookie stored as .bar.tld should be sent to foo.bar.tld where foo = [^\.]+
19:00 <@nicomen> some browsers don't do 1) so storing the cookie with domain .bar.tld is encouraged
19:00 <@nicomen> I'll try to work around it adding two cookies one to aminet.net and one to
.aminet.net
It's ugly, but it seems to do the trick