Re: .now function return same time even after refreshing the page
Daniel Dekany <[email protected]> Fri, 4 Sep 2015 23:46:03 +0200
| Newsgroups | gmane.comp.web.freemarker.devel |
|---|---|
| Message-ID | <[email protected]> |
Seems something (not FreeMarker) caches those pages, or parts of the pages. If you change a query parameter, you cause a cache miss, hence the page gets regenerated. But this is not done be FreeMarker, but something outside it. Friday, September 4, 2015, 7:21:21 AM, rajesh wrote: > I am using *.now* function to get current time . But i am facing one issue > while using this built-in that i am getting same time whenever i am > refreshing the page . But i attached some query parameter with different > value then only the time get changed otherwise it won't . Can anyone please > provide help for this issue ? > > > > -- > View this message in context: > http://freemarker.624813.n4.nabble.com/now-function-return-same-time-even-after-refreshing-the-page-tp4655567.html > Sent from the freemarker-devel mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > FreeMarker-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freemarker-devel > -- Thanks, Daniel Dekany ------------------------------------------------------------------------------