https://issues.apache.org/bugzilla/show_bug.cgi?id=43366





--- Comment #6 from Rainer Jung <[EMAIL PROTECTED]>  2008-04-28 01:10:38 PST ---
In TC 6 the HTML manager got a new feature behind the command "sessions". It
lists individual sessions and allows to invalidate individual sessions, remove
attributes etc. This is feature A.

Somehow parallel in time I saw, that the old sessions feature (session
statistics by maxInactiveInterval) was pretty useless, in most cases
maxInactiveInterval is constant for all sessions in one context. So I wrote a
somewhat more useful thing, namely a session statistic by idle time. This is
feature B.

Unfortunately when I wanted to commit the new thing, the HTMLManager already
had the new sessions feature A under the name "sessions". I decided to put B in
ManagerServlet and HTMLManagerServlet under a consistent name, now using
"expire" instead of "sessions".

With your latest commit, "sessions" is back to the ManagerServlet, but it does
B, whereas in HTMLManagerServlet it does A. This is correct with respect to
backwards compatibility but a little confusing.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to