BCJTI / ng2-cookies

Simple library to deal with cookies in Angular2
64 stars 31 forks source link

Explicitly define default path on set #64

Closed mhoekveen closed 6 years ago

mhoekveen commented 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.

This should fix #62

Bigous commented 6 years ago

tks, i'll publish another version tonight