This content has been marked as final.
Show 4 replies
-
1. Re: can jboss log active jsessionids
phadnism Mar 12, 2009 11:15 AM (in response to phadnism)I meant without having to change any application code.
-
2. Re: can jboss log active jsessionids
peterj Mar 12, 2009 12:32 PM (in response to phadnism)Doesn't look like it. There is no logging within the generateSessionId() method, nor within the code that calls that method.
-
3. Re: can jboss log active jsessionids
phadnism Mar 12, 2009 1:39 PM (in response to phadnism)Thanks for checking Peter.
I have apache fronting jboss, is there a way for apache to log the Set-Cookie response header (probably not the right forum for this question, but pls let me know if anyone has had any success with this) -
4. Re: can jboss log active jsessionids
phadnism Mar 12, 2009 2:02 PM (in response to phadnism)I used this log format to log session response headers in apache logs; it of course doesn't have information on whether a session is active...
LogFormat "%h %l %u %t \"%r\" %>s %b %{Set-Cookie}o"
%{Header}o The contents of Header: header line(s) in the reply
From:
http://www.apacheweek.com/features/logfiles