Is there a way to configure mod_pagespeed so that it can fetch contents that are under the session scope ?
In my case the resources mapping logic resides in the tomcat layer and hence all the images are under the session scope.
Since when pagespeed tries to fetch the resource and since it does not have a session - I think its getting redirected to the login page.