• Resolved Jakub

    (@kaderavek)


    Hi, we use UM with on this site https://stehzastehem.cz/
    After logged out, all pages are ok insead of login page https://stehzastehem.cz/prihlasit/
    The problem is probably in cookie wordpress_logged_in_ because it has path to this page so its not cleared after log out. We have disable caching now. We have newest plugin and WordPress.
    Thanks for help

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @kaderavek,

    What caching do you use?
    Do you have any server side caching e.g. Memcached, Varnish Cache, Cloud Flare etc.?
    Please exclude Ultimate member pages from the cache and see if it solves your issue.

    Regards.

    Thread Starter Jakub

    (@kaderavek)

    Hi @ultimatemembersupport,

    thanks for reply.
    No we don’t use now any caching in WP – we disable caching of html type pages in server too. As I said – it works everywhere instead of log in page.

    Regards

    Thread Starter Jakub

    (@kaderavek)

    Hi,

    I found solution – I add to my wp-cofig.php
    define(‘COOKIEPATH’, ‘/’);

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Login cookie with wrong path’ is closed to new replies.