v3.3.2
Fix login from localhost Login from localhost/studio.localhost was broken on Ironwood because the session cookie was configured to be stored under the production domain name. We fix this by setting the SESSION_COOKIE_DOMAIN to None: in the edx-platform code, this corresponds to using the current request domain.