I would like to enable mod_logio in Apache so that I can log the size of each request (%I). I went to /etc/apache2/mods-available but I couldn't find logio.conf or logio.load. Do I have to download...
Thank you very much.
I was thinking like that:
1- When the user logs in, check in the database for user/pass
2- if correct, store the username ($_POST[username]) in a variable, session id in a...
Thanks,
my problem is how can I know when a session is created? there might be 100 sessions at the same time (if 100 users joined) in the application.
Also how can I store this information about...
Hello, I am working on a session-based multi-user web application (through Apache, php and mysql). When a user logs in, a new session starts. I would like to write a program to save this information:...
Hello, if you are using phpmyadmin, when you logout you will see (&old_usr=root) a part of the url. This tells you the username (in mysql) of the user who logged out. I need to edit the application...
After a deep research, there is no simple solution to log the cpu time of each request. We should write our own model. Since Apache logs the time taken to serve each request, so what is the...
Hello, Apache logs information about each request. We can also log the process ID and the time taken to service this request. But is there any way to log the cpu time for each process as well?