KanHarI / vue3-cookies

A simple Vue.js plugin for handling browser cookies
MIT License
23 stars 4 forks source link

Should the default expiration time be adjusted? #14

Open weijiyang opened 11 months ago

weijiyang commented 11 months ago

n online problem was discovered. The backend token expiration time is 16 days, but it was found that it would expire in one day and jump to the login page. It is found here that the cookie.set method is used. It is recommended to increase the default time. It is not easy to locate the problem when it occurs.

https://www.npmjs.com/package/vue3-cookies image