jill han wrote:
> Is there anyway to check out what user info is stored in session object?

If we talk about classes implementing
org.apache.turbine.om.security.User, you can get the storage for
permanent data from getPermStorage() and the storage for temporary data
from getTempStorage(). Both return a Hashtable which you can inspect
using the usual methods.

Bye, Thomas.


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

Reply via email to