> From: Chetan Chheda [mailto:chetan_chh...@yahoo.com]
> Subject: User tracking/monitoring
> 
> Is there anyway we can add the tomcat sessionID to their page so
> that they can tell us where they are?

Besides adding it to some common component of each page of the web site as Tim 
suggested, you could do any of the following:

1) Disable cookies and use URL rewriting, forcing the session ID into the URL 
(can't really recommend that).

2) Add a filter or valve to append the session ID to each response.

3) Have the users look in the cookie cache of the browser when they have a 
problem.

Tim's suggestion or perhaps #3 would seem to be the simplest.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to