• Some pages redirecting to login page after enforced logout. This is preventing Google from crawling the pages.

    URL looks like https://mercury.photo/?aiowpsec_do_log_out=1&al_additional_data=1&_wpnonce=xxxxxxxxxx

    Clearing redirect cache doesn’t fix it. Disabling the logout feature doesn’t fix either.

    Temp workaround was to disable the plugin entirely and flush a bunch of caches via my caching plugin, as well as flushing Cloudflare caches, and then finally flushing my browser cache, but that’s not sustainable in the long run.

    WP 5.9.1
    PHP 8.0
    OpenLiteSpeed
    AIOWPS 4.4.10

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Hi,

    I have attempted to recreate the issue with my site setting the force logout time to two minutes but I do not experience the issue.
    If disabling the logout feature doesn’t fix it, it’s unlikely to be due to AIOWPS.
    Have you tried using the free WPO plugin to flush your cache: getwpo.com
    To clear the cache with WP-Optimize, click on WP-Optimize from the tab list > Cache > Purge cache.

    Thread Starter Chris J. Z?hller

    (@seezee)

    I’m on an OpenLiteSpeed server. The LSCache plugin is optimized for it. Adding another cache plugin would just complicate matters.

    I wound up adding this to .htaccess and it seems to have solved it for now:

    <IfModule LiteSpeed>
    RewriteEngine on
    CacheLookup on
    RewriteRule .* - [E=Cache-Vary:wp-postpass]
    </IfModule LiteSpeed>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some pages redirecting to login page after enforced logout’ is closed to new replies.