How to re render nested template

I have a use case where children template needs to be rendered when a session variable is changed in parent template. I tried to implement rerender the template using tracker.autorun function but that did not work for me.

Can you guys suggest me the right workflow to implement my use case?

Thanks,
Sri

Can you please tell us more? Post some code? Thanks.