Is there a way in Rails to delete/reset a particular cookie when the value has been changed on one page?
So I have 10 tabs, if the cookie is changed on tab 1 it doesn't update on the rest of the tabs unless I refresh a second time.
I am trying to reset that cookie on all the pages.
Please if someone can help me with this.