Hi Gaurav,
session storage in Reactive is saved in Client Variables (Data section).
It works the same way as Session Variables in Traditional Web. When the session ends/expires, the data is lost. If you need a more persistent way to store data, use Local Storage instead.
Regards