Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.9k views
in Q2A Core by

Just would like to share my experience: I successfully integrated Q2A with Wordpress. Then, however, I couldn't manage to log out from WP on Safari. There was no error message, the user just kept on being logged in.

I solved the problem by changing in wp-config.php

define('COOKIE_DOMAIN', '.mysite.com');

to

define('COOKIE_DOMAIN', 'mysite.com');

(without the dot)

Note that my main Wordpress installation is located at mysite.com and Q2A at support.mysite.com. I don't use any subdomain with www.

Q2A version: 1.5.4
by
Cool! Thanks for sharing.

Please log in or register to answer this question.

...