cacheable https requests

Chad La Joie lajoie at shibboleth.net
Thu Oct 20 16:30:50 BST 2011


Current versions of the IdP already add cache disabling information to
the response.  So, if it's not there you either removed it from the
config or aren't running a supported version.

On 10/20/11 11:26 AM, Morris, Andi wrote:
> Hi all,
> 
> I need to stop my shibboleth IDP sending out cacheable https requests. 
> I’ve done a bit of research and found that I need to add the following
> lines into the login.jsp:
> 
>  
> 
> response.setHeader("Cache-Control");
> 
> response.setHeader("Pragma”, “no-cache”);
> 
>  
> 
> However, I’m not sure whether just adding this in, and then restarting
> the tomcat service will have the desired effect.  Would anyone with a
> bit more experience in this be able to point me in the right direction
> please?
> 
>  
> 
> Cheers,
> 
> Andi
> 
> 
> 
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list