I need a refresh only when a new session starts
no, you need to reload these assets after you change your code or css
After the user login some css is not loaded until I force a page reload with Ctrl-F5 (Opera). Is there a way to clear the cache after the user starts a new session? I'd like to avoid the trick below as the asset will be always reloaded. I need a refresh only when a new session starts. Many thanks
@vite(['resources/js/sttheader.js'?a=1]) // this will load JS and CSS files
Please or to participate in this conversation.