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
Hello 👋 @Soolan Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible. Feel free to raise a PR if you can fix the issue
Is your feature request related to a problem? Please describe
Using:
set( name: string, value: string, options?: { expires?: number | Date, path?: string, domain?: string, secure?: boolean, sameSite?: 'Lax' | 'None' | 'Strict'}): void;
you can set the expiry date for a cookie.
But I can't find any function to read the expiry date associated with a cookie.
Describe the solution you'd like
na
Describe alternatives you've considered
na
Additional context
No response
The text was updated successfully, but these errors were encountered: