tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

Duplicate request cookies #186

Closed tmackenzie closed 4 years ago

tmackenzie commented 4 years ago

when using axios its observed that duplicate csrf and session cookies are sent. When duplicate cookies are sent purge them so only one is used.

Take the opportunity to: