Wiki source code of SessionDebugger

Last modified by Sergiu Dumitriu on 2009/04/10 19:48

Show last authors
1 Session user: $request.getSession().getAttribute('org.securityfilter.filter.SecurityRequestWrapper.PRINCIPAL').getName()
2
3 Context user: $context.user
4
5 Cookie user: $request.getCookie('username').getValue()
6
7 SessionID: $request.getSession().getId()

Get Connected