Mailing List Archive

no404 on bad sites that set cookies
A site that won't allow http access without setting a
session cookie is a problem for no404. Here is an
example in javascript:

document.cookie = "SESSIONCOOKIE....."

if (!cookie) {
some error message about not having cookies
enabled
} else {
document.location = "real url"
}

One problem is interpretting the javascript correctly.
Another problem is cookie management. Another
problem is that this example page is not static i.e.
SESSIONCOOKIE changes values every time.


Freeda

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com