AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
11
Posts
2
Users
0
Reactions
1,884
Views
10 Replies
Apr 03, 2020 12:35 pm
Hi @beyondforce,
WordPress and wpForo don't use session for login and logout. wpForo is based on WordPress cookie authorization. There is no any information on PHP session about login users. Because the PHP session is only used for Error and Action messages in top right corner of your website. This is the only reason why wpForo initiate and use the sessions. It doesn't have any relation to authorization functions so it's not descried when you logout. The logout process is being done by WordPress core functions, which just remove cookie based information. Again, the PHP session is not used for login status.
More info: https://www.securitysift.com/understanding-wordpress-auth-cookies/
