Hi team,
Maybe I'm wrong, but I don't see how to configure the domain of the cookie.
About the need
Sharing a cookie between 2 websites on a unique domain : a.example.com and b.exemple.com
Proposal
In the nuxt.config.ts, have this kind of configuration :
vuetify: {
moduleOptions: {
ssrClientHints: {
...
prefersColorSchemeOptions: {
cookieName: 'theme',
cookieDomain: '.example.com'
// other configuration for cookie
},
},
},
vuetifyOptions: {
...
},
},
Thanks a lot for your attention :)
Hi team,
Maybe I'm wrong, but I don't see how to configure the domain of the cookie.
About the need
Sharing a cookie between 2 websites on a unique domain :
a.example.comandb.exemple.comProposal
In the
nuxt.config.ts, have this kind of configuration :Thanks a lot for your attention :)