no404 on bad sites that set cookies

Freeda Whales <[email protected]>
Newsgroups gmane.comp.security.nessus.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.