maxAge is not working #1513
-
Versionmodule: 5.0.0-1624817847.21691f1 Nuxt configurationmode:
Nuxt configuration
Reproduction
What is expected?What is actually happening?Steps to reproduceAdditional informationChecklist
Steps to reproduce1- I logged in and everything is working fine What is expected?
What is actually happening?Performance analysis? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have a similar problem in a universal app using session cookie authentication. Setting the
|
Beta Was this translation helpful? Give feedback.
-
I used a custom refresh scheme and I define cookie value after login and refresh manually. nuxt.config: customRefresh.js:
|
Beta Was this translation helpful? Give feedback.
I used a custom refresh scheme and I define cookie value after login and refresh manually.
nuxt.config:
scheme: '~/schemes/customRefresh.js',
customRefresh.js: