Hi Wataka! As Alex suggests, I use the application instance:
Into a handler method...
self.application.<your needed attribute> = <your cross handlers data>
Take in account that is a good practice having multiple instance of tornado, in that escenario you'll need to manage your common data with another solution.
~e