"Will Glass-Husain" <[EMAIL PROTECTED]> writes: > Hi, > > Trying to understand the difference between temporary and permanent storage, > I came across the following in the API doc for > org.apache.turbine.om.security.User. > > java.util.Hashtable getTempStorage() > This should only be used in the case where we want to save the > data to the database. > > > Everything else points to Temp storage as not being in the database. Am I > correct that this is an error?
The Hashtable which backs setPerm() is stored to the db (setTemp()'s is not). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
