This is SO’s css path http://sstatic.net/so/all.css?v=6184” what is this ?v=6184″?
What it does? if it useful then how to use this? can i use this on any site PHP, ASp.net etc
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a way to control caching. When the value of the “v” parameter changes, the browser will consider it a different URL and ask for a new copy of the file instead of using its cached copy. This technique is often used to “version” static files by providing something like a timestamp in the query string that marks when the file was last changed.