CHAPTER 11 – Auth Security Tip 2: Use Auth_HTTP
If you want to support users without cookies enabled, install the Auth_HTTP package. Auth_HTTP provides a wrapper around Auth that replaces the login form with a regular HTTP authentication pop-up window. By using Auth_HTTP, you lose the logout functionality.