Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.
How to do expiryInSeconds Can I change it?
Is there a way to change it in the api or client?
Required if the user wants to increase the login time
Thank you
Ask your question
How to do expiryInSeconds Can I change it? Is there a way to change it in the api or client? Required if the user wants to increase the login time Thank you
Additional information
No response