hi, can any1 explain to me how to display in log files the customer login time and logout time. the customers should be searchable by specifying range of date and time. PS I am trying to display the info in WAP browser.. thanks
Is the log files any special files or you just need to save the time yourself by making a file write to the log files. Do you mean the server log files.
Hi, To achieve your goal, you'll need to maintain your own log file (other than the sever's own log file) to store customer login & logout time. You may either use a flat file or a database to store the logs. You might have noticed that many sites show the last login time, they only require to store the last login time.But as you want the login & logout time searchable you'll need to store the date & time everytime the customers logs in & logs out.