I am working on existing application which is java based and we are migrating one page to NodeJS based application. We are thinking to take following approach.
Not sure if this is ok approach. Please note; we don't want to use any database to store the session data (As don't want to make more change in existing java based web application)
Looking for advice on this approach.