how to put cookie erased after five minutes?

I want to put a stop viewing popup function…
can i setting cookie ?
and How do I determine whether or not today?

Hi,

Was the issue about “cookie” or “popup” ? Could you provide more details about the issue ?

i want shows a pop-up once a day…
using setting cookie… how can i setting cookie?

@Maria

Hello,

Window/Popup views have show() and hide() methods.

You may consider setInterval or setTimeout JS method depending on your needs.