• Hi,

    Im using your wp plugin, when the users enter the password, the protected content displays a slider menu, the users then, can select a page, when they enter in any page and then go back where is the protected content, display this

    ERR_CACHE_MISS

    showing an error in the page, then the users hit again back and the page displays fine but again with the input for the password, this is not saving the cookie.

    what can i do to fix this

    https://www.ads-software.com/plugins/content-protector/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi.

    Can you point me to your site where this is happening, and what shortcode you’re using?

    Thread Starter vancho_g

    (@vancho_g)

    Hi ….

    this is the url https://bonahealth.com/medicos-principal/

    the password is bonaHealth

    then, click any of the products in the slider, it shows the product, and then go back,
    the browser (chrome) displays “confirm form forwarding” but in spanish, i click in “more”
    the shows code error ERR_CACHE_MISS.

    the shortcode i’m using is

    [content_protector password=”bonaHealth”]
    [/content_protector]

    Your shortcode is missing a ‘cookie_expires’ attribute. No cookies are created in the browser unless you set that attribute. So, for example, if you want a successful login to be good for an hour, you would do this:

    [content_protector password="bonaHealth" cookie_expires="1 hour"]
    
    [/content_protector]
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error in cache’ is closed to new replies.