SSD session node issue

This is the flow for getting all books and creating a book. When I connect the session node in the ‘get book’ flow, the session data is logged correctly. But when I connect it in the ‘add book’ flow, it shows an error or only displays the cookies object. User details are only being retrieved in the ‘get book’ flow. Why is this happening?

Hi @kaushik not sure if i get your question. So your trying to add the session Get node to “add new books” flow?

Here I added ‘get session’ for storing the book author details, but at that time the session is not being retrieved. However, during the initial page load, I can get all the information about the current user details in the session. The same session node is giving two different outputs.

When page reload time, log session data

when this same node add in add book route or that flow log

image

any one please reply,

Please verify that the set-session is not called twice at any point and verify the set and get are not happening at the same time,If its still not solved lets connect so i can assist. @kaushik