@7ala
Use autogenerated version to stylesheet link.
As example, if you have this link to CSS in your head.php:
mysite.com/style.css
Change it to:
mysite.com/style.css?v=123213
Where number is always random.
This can be achieved by getting date in numerical format:
?v=<?php echo date('YmdHis'); ?>