- Posts: 3
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.
Question Guests can view private forums!
- greenMachine01
-
Topic Author
- Offline
- New Member
-
I have a private forum with just about 12 members who are all 'registered' members with access level controls specifically set up for their accounts. I selected what appears to be all the correct options in the Kunena security settings in the configuration to prevent guests seeing the forum. Yet sometimes when I login I can see in the 'Who's Online' panel several 'Guests Online'. For me the forum is unusable if guests can see private content.
Would anyone have any ideas where I can look to resolve this?
I have attached a screen shot of the Who's Online panel below..
Please Log in or Create an account to join the conversation.
- greenMachine01
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Within the last hour I did a test from 3 separate PCs using 3 different browsers on each machine. I stayed logged in on one PC and on the other machines attempted to jump directly to the forum by typing the URL in the browser. I was immediately asked for login details. Before doing this I refreshed the browser where I was already logged in and a Guest was then declared in the 'Who's Online' panel. Each time I attempted to reload the forum URL without logging in another Guest appeared to be online.
Could someone confirm this is about how Kunena gathers statistics on visitors. If so that is fine. I can see how that would be good for marketing; it may also however undermine private user's confidence in Kunena.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- greenMachine01
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
sozzled wrote: Kunena does not "gather" statistics like you suggest. The Who Is Online function is not 100% reliable - we understand that and that's why we don't use it here on this website. It is better to disable this feature completely. Please search the forum of "who is online" in the subject.
Sorry no implication intended about Kunena gathering data or accumulating information on unsuspecting users; though I can see how I communicated that. What I was suggesting instead is that there is not necessarily a security issue, that is an unauthorized guest actually seeing private posts, because of the Guests online information represented in the 'Who is Online' panel. If there are for example 4 guests mentioned on the panel that does not mean they can see into the forum which in fact is private.
I will search the forum of "who is online" in the subject.
Cheers
Please Log in or Create an account to join the conversation.
Looking on this support forum the numbers currently show 31 Members and 20775 Guests Online.
Now I know Kunena is popular but this sounds a little high
Dave
Please Log in or Create an account to join the conversation.
The term "guests" (in the Kunena statistics) is misleading especially in comparing the number of guests vs. the number of members. It would therefore assist to understand what the term "guests" really means and where the information comes from.
The number of members (who are online) is probably correct. When you login to a Joomla website, you create one record in the session table and all activity after that is related to that single session record. The count of the number of members online is the count of the number of session records of logged-in users. It's not really a count of the number of people who are actually doing anything; it's only a count of the number of session records that have been created. Session records are destroyed when a user logs out or if the session time limit expires. So, it's possible to login, view one or two pages and then exit the browser (without logging-out) but the session record is still there and the statistics shows you as being logged-in.
The count of guests is different. If someone or something (e.g. a bot) accesses a page, a Joomla session is established for that page view. This means that if there's a bot spidering a site, several hundred (or potentially several thousand) page views are created and, because of the way that Joomla is designed, each page view constitutes as separate Joomla session. Basically, this is an issue of the way that Joomla is designed.
So what we're trying to say here is that the number of guests is not the number of unique people and it's not, necessarily, the number of unique page hits, either. The number of guests is not even a number relating to people. The number of guests is a number of session records. Session records cannot be destroyed by "logging-out" (because you didn't login to begin with); they can only be destroyed after the expiration of the session time limit defined in your site configuration. The longer the session time, the greater the number of session records and, correspondingly, the higher the number of "guests" viewing the forum.
How to fix it? Hmmm ... that's a good question.
Kunena uses Joomla session information to display these counts. The debate about the accuracy of the information has been ongoing at this site for the past 4 years. In that time we have had dozens of different topics on the question of statistical reliability. I tend to leave such debates to those who are fascinated with statistics.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.