You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To store cookie in browser use Cookie.set('key','value',{expires:10});
According to the package, the cookie should only expire in next 10 days, but it's can only live to
7 days. It's working find if we set the expires day to less than 7. And this bug only exists in brave
browser.I tried to reproduce the bug in chromium but it works fine in chromium. SoI think this is
related to the Brave browser only.
Actual result:
cookie can only live 7 days if we set to live more than 7 days.
7 days. It's working find if we set the expires day to less than 7. And this bug only exists in brave
browser.I tried to reproduce the bug in chromium but it works fine in chromium. SoI think this is
related to the Brave browser only.
Actual result:
cookie can only live 7 days if we set to live more than 7 days.
Expected result:
cookie should expire only in assigned day.
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
1.1.20 Chromium: 79.0.3945.74 (Official Build) (64-bit)
99b6d241cf84f7fa7434ae8a59f9e74eb1464280-refs/branch-heads/3945@{#888}
macOS Version 10.15.1 (Build 19B88)
Version/Channel Information:
Yes
Other Additional Information:
No
No
No
The text was updated successfully, but these errors were encountered: