Ben Stuggler schrieb:
Sorry to come back with this problem but I have not
yet found a solution.
I have to refresh the Main.Webhome (certainly with a
window.location.reload(true);) just after the first connection. Is there
anybody who have an idea of where and what I can do?
Thanks
Regards
Please try to add next two lines to skins/colibri/colibri.css which
marks the css resource as uncachable.
$response.setHeader('CACHE-CONTROL','NO-CACHE')
$response.setHeader('EXPIRES','0')
--
Denis