BCJTI / ng2-cookies

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

Ensure path is set to default when deleting a cookie with missing path #69

Open tolabenjo-va opened 3 years ago

tolabenjo-va commented 3 years ago

When deleting a cookie, set the default path to / if the cookie path isn't specified. We've got the default path set to / when setting a cookie.