Hi
On TCP serevr side, I tried to save some state information per connection.
Like the user id which already logged in.
I'm trying use FilterChainContext.getAttributes().getAttribute and
setAttribute.
But seems I got a new FilterChainContext and new Filter instances everytime
new message arrived.
And my previous setted attributes are gone.
So, what is the correct way to keep this state information?
Regards
LongkerDandy