# Force refresh page to get latest version

**URL:** https://community.noloco.io/t/force-refresh-page-to-get-latest-version/858
**Category:** Ask for Help
**Created:** [June 18, 2024, 3:48pm UTC](https://community.noloco.io/t/force-refresh-page-to-get-latest-version/858 "2024-06-18T15:48:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mrcntoine](https://dub1.discourse-cdn.com/flex005/user_avatar/community.noloco.io/mrcntoine/32/156_2.png) [@mrcntoine](https://community.noloco.io/u/mrcntoine)
#### Post date: [June 18, 2024, 3:48pm UTC](https://community.noloco.io/t/force-refresh-page-to-get-latest-version/858/1 "2024-06-18T15:48:35Z")

</div>

Is it possible to force a page refresh (let’s say every 24h) for all our users?

---

<div class="post-metadata">

### Author: ![darragh](https://dub1.discourse-cdn.com/flex005/user_avatar/community.noloco.io/darragh/32/12_2.png) [@darragh](https://community.noloco.io/u/darragh)
#### Post date: [June 19, 2024, 7:32am UTC](https://community.noloco.io/t/force-refresh-page-to-get-latest-version/858/2 "2024-06-19T07:32:45Z")

</div>

Thanks for the suggestion @mrcntoine - this isn’t something we currently support.

It could definitely be something you add with custom code.  
Add a localStorage value with the start of their session, and check it every ~5 mins, and then brute refresh if it’s been 24 hours
