The custom login XML configuration will guide the spider to correctly login to a site and maintain state information. Here is an example that show how to make the xml configuration (this was used to login to macromedia site). login_action=submit&from=login.jsp&login.url_success=&login.url_cancel=&destination=/hub/home.jsp&origin=&login.member_id=user@domain.com&login.password=123ABC&Submit=Login WCBCOOKIE Tag doc: CODE: The tag as 1 attribute called class. This indicates which class should handle the custom authentication. You can write your own custom login handler as long as it extends the faust.sacha.web.bot.spider.customlogin.CustomLogin class. LOCATION: The tag as 1 attribute called url. This indicates where to send the authentication data. HANDLECONFIG: You can add what ever tag and data you wish in there. This data will be pass to the custom login handler to be parsed. Refer to the login handler documentation.