Hi
I currently have the problem that when I deploy a new version of my app to production I have to ask users to hit Ctrl+F5 to force a cache update. If I don't do this users that are logged in while the versions are updated are seeing a mix of new and old SGWT generated JS and CSS.
I'm thinking that it'd be an idea to save a version cookie on the user's machine and the check up against this in my sessionmanager to force an update.
Is there a recommended way to do this automatically and maybe even transparent to the user?
I currently have the problem that when I deploy a new version of my app to production I have to ask users to hit Ctrl+F5 to force a cache update. If I don't do this users that are logged in while the versions are updated are seeing a mix of new and old SGWT generated JS and CSS.
I'm thinking that it'd be an idea to save a version cookie on the user's machine and the check up against this in my sessionmanager to force an update.
Is there a recommended way to do this automatically and maybe even transparent to the user?
Comment