We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello,
in current version cookie path is fixed to the value "/"
how about render it dynamic? something like this:
if (options.path) { cookie += '; path=' + options.path; } document.cookie = cookie + ';';
thank you lorenzo
The text was updated successfully, but these errors were encountered:
Hi @saiballo,
Indeed that could be something we could override in options during instantiation.
Would you mind provide a Pull Request for that?
Best
Sorry, something went wrong.
I can try... I've never made a pull request
No branches or pull requests
hello,
in current version cookie path is fixed to the value "/"
how about render it dynamic? something like this:
thank you
lorenzo
The text was updated successfully, but these errors were encountered: