Section
2.1.7
Top Level
General
When browsers don't support cookies, many sites rewrite the cookies into the URL. This exposes all such cookies in the GET request, allowing them to be cached and logged in many places. Disable URL rewriting unless your user community requires you to support this capability.
Django
Django's built-in authentication system does not use any URL rewriting.
Natural Webagent
webAgent doesn't currently have URL rewriting capabilities.