| > We have a protected area of our website that
requires
> a password and ID to log into the secured area. I
> have tried using the password/id and the capture
> approaches with no success. The site is an ASP
site.
> When I check my cookie directory I don't see any
> cookies from the site under my user ID cookie
> directory. Any ideas?
Might be a session (temporarily cookie, not stored)
cookie. The authentication scheme may require
challenged auth, which is not yet supportd (but on the
TODO list ;) ) - check if the basic authentication can
be activated.
| |