In Tomcat Manager on the Page "Sessions Administration", there is a column Guessed User name. How can i set this column from within my Wicket Session?
Note: I have successfully overridden AuthenticatedWebSession.toString()
and this value is shown on the sessin details page.
I have tried to set AuthenticatedWebSession.userName
as recommended here.