Closed mhoekveen closed 6 years ago
This makes it work in IE/Edge without specifying a path.
See: https://stackoverflow.com/a/28119715
I had to specify path='\'on delete to get my cookies to delete in IE11 and Edge. Even when they were created without specifying a path on set.
path='\'
This should fix #62
tks, i'll publish another version tonight
This makes it work in IE/Edge without specifying a path.
See: https://stackoverflow.com/a/28119715
I had to specify
path='\'
on delete to get my cookies to delete in IE11 and Edge. Even when they were created without specifying a path on set.This should fix #62