On 4/24/07, rakesh zingade <[EMAIL PROTECTED]> wrote:

We have a Web GUI Application for network monitoring. The users accesses
this web GUI using http protocol. The Web GUI provides login prompt at the
start
By entering valid user name and password the users get application Web GUI
window to do their tasks. Whenever a user logged into a Web GUI the related
log get logged in
/applicationroot/apache/logs/access_log.cur file. The same
happens when any user logout from the Web GUI.

So it is probably sessions being tracked with cookies, where the login
page sets the cookie and the logout page removes it. One way to track
this would be simply to log only requests for the login and logout
page. See
http://httpd.apache.org/docs/2.2/logs.html#conditional

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to