Sticky session using cookies and cordova

I am not sure but I think that meteor keeps some DDP cache for every user, so it shouldn’t be a problem that for every reconnect new connection is being established. The problem is that when client reconnects it should connect to the same server because other servers have zero information about previous DDP session.