I'd like to use the splash widget as a What's New dialog. I'd like users to check the don't show this again, but when I make new changes I want to now show the dialog to everyone again? Has anyone implemented something like this?
A few ideas I've had are:
- Change the widget so that it has a new property that it checks in the cookie to check a date stored in the cookie other than the expire date.
- Change the widget or it's configuration so that it uses a cookie with a new name each time that I have new updates.
Thoughts? Thanks!