posted 20 years ago
I keep user information on its session. See net.jforum.SessionFacade class. You will want to take a look at "getUserSession()" method, which returns an UserSession.
Probably you will need to set "crossContext" to "true" in the server.xml's configuration, in order to retrieve these data.
Rafael
[originally posted on jforum.net by Rafael Steil]