I'm writing an application that has a mina client and mina server. Currently I'm developing with Mina version 2 and eventually there will possibly be non-mina clients.
How do people handle clients reconnecting after dropped connections when you have attributes stored in you ioSession on the server side? I see the info on this page http://mina.apache.org/faq.html for making a client reconnect but won't that end up with the reconnected client getting a different session on the server? I'm looking for something like a HttpSession I guess with some type of session tracking across connections. Thanks, -Chase
