how to delete jquery cookie on tab close

后端 未结 3 522
野性不改
野性不改 2021-02-09 16:14

My cookie is working fine i m not mentioning date so when the browser window is closed the cookie is deleted.

but when i close a tab in a browser window the cookie is no

3条回答
  •  孤街浪徒
    2021-02-09 17:00

    you can call delete cookies function on onunload & onbeforeunload events.

    the function to delete cookies is here how to delete cookie in jquery at the time of browser closing?

提交回复
热议问题