On 6/28/07, Michael Bauroth <[EMAIL PROTECTED]> wrote:
Thank you for your answers. That was what I looked for. The only remaining question: So default there exist one single IoHandler. If I want more (i.e. one per session) I must configure this. Right?
Exactly. multiton package is particularly useful when you need to stor many attributes in the session. Instead of using many down-casts and getAttribute() calls, you can simply access member variables, which is very convenient. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
