Asaf Ronen wrote:

>  IS IT POSSIBLE TO LOG EVERY USER SESSION TO A DIFFERENT FILE.  YES OR
> NO?  And if yes how?

anything's possible if you hack hard enough...
(wheither it's worth doing it another matter)

one way would be create a new category for each new session. to that
category, attach a file appender logging to a file eg named after your
session. log your session related stuff to the category named after the
session. i think that'd do it. Oh yeh - make sure that you remove the
appender when the session is destroyed!

if you are using tomcat4 and 2.3 servlet-api, then one way to do the
above would be in a sessin listener.

- robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to