aspsessionid name change
问题 <script type="text/javascript" language="javascript"> function setCookie() { var path = '/', host = document.location.hostname; document.cookie = 'random=' + Math.floor(Math.random()*11) + '; path=' + path + ( host ? '; domain=' + document.location.hostname : "" ) ; } function readCookie() { alert(document.cookie) } </script> My life would be a lot simpler if I had an easy way to change aspsessionid**** to just sessionid in my logs. Is there a quick way to do this ... in Windows? There must