For applications with local session storage, it is not possible to use sticky sessions when the application uses subdomains. The cookie path is set to the parent domain, so requests to *.domain.com are not sticky, resulting in the user no longer being logged into the application.