Skip to content

handling path #91

@saiballo

Description

@saiballo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions