Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joomla visitors module showing a growing visitors amount. #19521

Closed
Handy84 opened this issue Feb 1, 2018 · 4 comments
Closed

Joomla visitors module showing a growing visitors amount. #19521

Handy84 opened this issue Feb 1, 2018 · 4 comments

Comments

@Handy84
Copy link

Handy84 commented Feb 1, 2018

Steps to reproduce the issue

visit the Joomla 3.8.4 site with various browsers the amount of visitors will increase but never drops back.
Php version curently running 7.1.13

I have detected this issue on various recently updated Joomla sites...

Expected result

The visitors amount displayed in the users online module equals the actual sessions open.

Actual result

It seems that the amount of visitors only will increase over time I see numbers of 600+ !

System information (as much as possible)

Php version curently running 7.1.13
installed Joomla version: 3.8.4
Joomla! 3.8.4 Stable [ Amani ] 30-January-2018 15:00 GMT
Database version: 5.5.5-10.0.29-MariaDB-cll-lve
Joomla Platform version: Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT

Additional comments

A .htaccess construction is inplace to prevent backend visit's.

The issue appears on various templates and sites, also on the Breez3 standard template.

My session tables are growing larger as well...

@alikon
Copy link
Contributor

alikon commented Feb 1, 2018

should be fixed by #19514

@csthomas
Copy link
Contributor

csthomas commented Feb 1, 2018

If your session handler is database and value of ini_get('session.gc_probability'); is equal to 0 then php won't clear your database table #__session at all.

@csthomas
Copy link
Contributor

csthomas commented Feb 1, 2018

@Handy84
Copy link
Author

Handy84 commented Feb 2, 2018

@csthomas Thanks for your comments. Indeed php is not clearing my database table so I wrote my own cronjob to do this.
The suggested code does not seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants