Zend certified PHP/Magento developer

How to show custom popup when customer click sign out button(want to show this popup for the customer once in a day) in magento 2

I have displayed a custom message in a popup for the logged out customer in Magento 2.

For example what I have done so far.

  1. Once they click the “sign out” button, I have shown the popup to them.
  2. But Once they close the popup, I just need to allow the customer to proceed with the sign out button.
  3. And I don’t want them to show the popup again to the same customer on the same day.
  4. But the next day, I need to show the popup to the customer.

Actually my requirement is don’t want to show the popup again and again to the same customer on the same day.

Thanks in advance