I want to customize themes for my website for each Valid User, for that purpose 
i have a unique StyleSheet for each user. When a user Logs IN, a respective CSS 
file turned ON. The problem exist when a user Logs IN again after modifying 
styles (theme) of his website, the latest CSS file not being applied on the 
Website but preexisting styles for that user applied on the Website. 
When I Logs IN after clearing History (Cache) of the Browser(IE or FireFox), 
the latest styles are being applied. So I believe, problem exist in the Browser 
Cache. I have tried all Cache Headers for that purpose but it didn't work at 
all.
That's why i want to create a Random number in my URL (for HomePage) so that 
request to HomePage after Logging IN will go to Server (enforcing Styles to be 
loaded from Server, not from cache).

Is this a valid approach, and how i can add random number to my URL ?
Is there exist any other solution for clearing Browser's Cache ? 

Thanks...



      

Reply via email to