| > i want to mirror a site with session based
authentication.
> the site doesn't use cookies, so what to do?
- If the session ID is encoded in the URl, it should work
- if the session is a temporary cookie (not stored on
disk),
Add URL / Capture URL, and capture the login page
| |