you can check the "session" table in the database via phpmyadmin to monitor the number of visitors
I checked session table in phpmyadmin it has over 1000 rows now
I have some questions
how many hours can I set with session timeout?
Are there any ways to modify or changes (in php.ini or vb codes) to make it work properly even in 12 hours or 24 hours?
what is the maximum time i can set for session timeout?
How did cron job work for session timeout and how it will be deleted from session table?
Why it make my server high load when setting session timeout tooooooo high? ( I think it consumed more CPU or RAM to delete these session rows in table, right? thus it makes my Apache (httpd) restart automatically? )