How can I use session storage for web

I’m making a simple web app using expo-web.

I want to put session token in session storage on web browser.

For this, I used AsyncStorage, but this is actually mapping on local storage.

How can I this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.