1
Hi, I think I have found a bug in XOOPS 2.0.5 session handling, (may be in other 2.0.x versions too)
I have noticed that my session table is too big, in fact I shows 721 registers, and there has been only 1 user today. I have searched in XOOPS files how old sessions are deleted. I have found that there is Garbage Colletor function in \kernel\session.php, but it is never called in all XOOPS engine, so old session are never deleted.
I also have found that online information is properly handled, old data deleted in \modules\system\blocks\system_blocks.php randomly 10% of times.
I have no skil with XOOPS core, so I can't send a patch, but I think that you guys
could patch it quickly, don't you?.
Thanks, MonDarSE