Great! Thanks for the quick response. Marc
On 8/22/05, Trustin Lee <[EMAIL PROTECTED]> wrote: > Hi Marc, > > 2005/8/23, Marc Boorshtein <[EMAIL PROTECTED]>: > > > > I am looking at the LDAP provider for mina, and I'm trying to > > understand how I can tie the operations of a session together? For > > example if I want to store a piece of information that I want to be > > accessible while a connection is alive. Is this possible? I see > > ProtocolSession has the setAttribute() method, can this method be used > > to for the above purpose? > > Exactly. You can use ProtocolSession.get/setAttribute() to access > session-specific information. > > Trustin > -- > what we call human nature is actually human habit > -- > http://gleamynode.net/
