If I see this post which has the same problem: Retrieving Shibboleth attributes from AJP connector request It looks like the getAttributeNames() of this container isn't well implemented for some reason and doesn't return all of the attributes This links may help too: http://stackoverflow.com/a/3533183/2575906 for the getAttributesNames implementation problem http://stackoverflow.com/a/17663394/2575906...
I had the same problem once on a page with a very long database query. The query was expected to be long so the 1+ minute load time for that page was expected. But if I clicked to an other page, that page will load after the first one and...