DAN wrote:
If I view the source on one of my pages I see: <script src="/javascripts/prototype.js?1168898271" type="text/javascript"></script> <script src="/javascripts/effects.js?1169242655" type="text/javascript"></script> <script src="/javascripts/dragdrop.js?1169241657" type="text/javascript"></script> <script src="/javascripts/controls.js?1169241658" type="text/javascript"></script> <script src="/javascripts/rico_corner.js?1169575655" type="text/javascript"></script> <script src="/javascripts/ajax_scaffold.js?1169575655" type="text/javascript"></script> <script src="/javascripts/dhtml_history.js?1169575655" type="text/javascript"></script> <script src="/javascripts/application.js?1168898271" type="text/javascript"></script>
I belive that's five sessions 1168898271 1169242655 1169241657 1169241658 1169575655
Thanks, DAN
AFAIK, they're not session numbers, they're the times the files were last changed (so the browsers will get a fresh copy when a file is updated instead of caching it).
ruby -e 'puts Time.at(1168898271)'
Mon Jan 15 16:57:51 EST 2007
So your copy of prototype.js was last updated on the 15th