Well, i actually made already a shared_ptr for the Session type (which is SockHandler class) and it's being passed between all the required classes.
Infact, the server successfully sends to the client the packet, but the socket dies after the async_send.