Everything else is working but session tracking (it says there are no sessions). Two things that might be out of the ordinary for us:
1) we are using node.js as the web server, so it is forwarding dynamic requests to tomcat.
2) ours is an SPA, so all requests go through a single servlet – in addition, we are not using cookies, just ;jsessionid= mechanism.