For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Cpet's avatar
Cpet
Icon for Altocumulus rankAltocumulus
May 04, 2018

An application button works only if i refresh my browser!

Hi all,

 

I have a cluster with 2 Big-IP VE Ver12 hosted on ESXI.For user authentication i use an AD server. and i published an application through Webtop.I have an issue only with one button (on the right).It works only if i refresh the web browser.This issue happens only to this button as i mentioned ,all the others working properly when the program starts. For your information this button is working properly out of big-IP and webtop.

 

Any idea?

 

Thank you.

 

 

1 Reply

  • Hello,

    Can you try this irule please:

    when HTTP_RESPONSE {
            HTTP::header insert Pragma "no-cache"
            HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT"
            HTTP::header replace Cache-Control "no-cache,no-store,must-revalidate"
    
    }
    

    we will refine it once we have validated that problem is coming from cache,

    for info:

    https://devcentral.f5.com/codeshare?sid=516

    Regards