if you're using "database" as your sessions handler, that could be one reason for the DB quickly filling up.
Purge (delete) the #_sessions table records (phpMyAdmin).
Then use "file" (or the alternative from "database") as the session handler which I understand is more efficient.
Purge (delete) the #_sessions table records (phpMyAdmin).
Then use "file" (or the alternative from "database") as the session handler which I understand is more efficient.
Statistics: Posted by AMurray — Sun Jun 09, 2024 9:49 pm