How to configure session adapter

Hell there,

I am new to hydrogen and setting up my first custom storefront.

while setting the session for the user acounts page (session.set) I came across with a warning in my terminal that "No session adapter has been configured! "

can anyone please let me know how to configure this session adapter.

Hi Rohitkumar,

You need to configure the session adapter in your hydrogen.config.ts file

take a look a this one :

https://github.com/Shopify/hydrogen/blob/fec18b8d5306fa08456c2f3ba8af72849f03493b/templates/demo-store/hydrogen.config.ts#L16