• If i message someone for the 1st time and click on the send button, the message isn’t shown via ajax and the console returns the following warning:

    
    Cookie “bp_messages_send_to” has been rejected because it is already expired. admin-ajax.php
    Cookie “bp_messages_subject” has been rejected because it is already expired. admin-ajax.php
    Cookie “bp_messages_content” has been rejected because it is already expired.

    Only if you refresh the page or visit the message tab only then can the new opened thread be seen.

    • This topic was modified 4 years, 4 months ago by macaou.
    • This topic was modified 4 years, 4 months ago by macaou.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there!

    Is WP_DEBUG enabled at your website?
    What is the PHP Version?
    What is WordPress Version?

    Thanks!

    Thread Starter macaou

    (@macaou)

    WP Debug is disabled
    PHP Version 7.4
    WP Version 5.5.3

    Plugin Author wordplus

    (@wordplus)

    I cant reproduce such issue at my dev website with same configuration.

    Thread Starter macaou

    (@macaou)

    can you put @ini_set(‘session.cookie_httponly’, true);
    @ini_set(‘session.cookie_secure’, true);
    @ini_set(‘session.use_only_cookies’, true); inside your wp-config and use buddyboss platform instead (They had a huge security hole with the messages that they fixed today which might cause the issue right now).

    • This reply was modified 4 years, 4 months ago by macaou.
    Plugin Author wordplus

    (@wordplus)

    I just tried with non buddyboss and it works.
    Going to search for buddyboss install

    Plugin Author wordplus

    (@wordplus)

    Sorry, I cant reproduce still.

    You can try at my website:
    https://buddyboss.wordplus.org/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cookie Warning & Message can’t be seen’ is closed to new replies.