You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Prasanna <pr...@onebox.com> on 2002/01/17 20:14:42 UTC

capturing and storing the session information

Hi,

I need to capture the session information and write it in to the access
log of the apache web server( for performance analysis).how do i do that?


thanx in advance.
bye
Prasanna


__________________________________________________
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: capturing and storing the session information

Posted by Joshua Slive <jo...@slive.ca>.
> From: Prasanna [mailto:prasannavenkatesh@onebox.com]

> I need to capture the session information and write it in to the access
> log of the apache web server( for performance analysis).how do i do that?

There are many different ways that session information can be stored.
Unless you give us more specifics, we can't help.  If the session ID is in a
cookie, you can log the cookie by putting %{Cookie}i in your logformat
string.

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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org