Quantcast
Viewing all articles
Browse latest Browse all 2233

[3.3.x] Support Forum • Php sessions growing too big

My php sessions grows hundreds every minute even though my forum barely has any members left. When it gets to hundreds of thousands it slows down the forum. So I have been manually purging it a few times a day.

On the my process page on WHM it says a bunch of stuff like this every few seconds

SELECT t.topic_id FROM phpbb_topics t WHERE t.forum_id = 2 AND t.topic_type IN (0, 1) AND t.to
Waiting for table level loc UPDATE phpbb_topics SET topic_views = topic_views + 1, topic_last_view_time = 1716432509 WHERE t
SELECT COUNT(DISTINCT s.session_ip) as num_guests

The repair function when it gets to php posts does a lot of things like that. It used to on php sessions before I started purging it.

Statistics: Posted by Shack_1212 — Thu May 23, 2024 2:52 am



Viewing all articles
Browse latest Browse all 2233

Trending Articles