ASP Speed!Wanna triple the speed of ASP? We did too, so we found this one-liner buried in the IIS docs. Basically, just remove the top line of every asp file you got, and replace it with this. The ENABLESESSIONSTATE directive tells the server not to initiate a new session every time this asp file is called. We use this on all of our pages too, and we still utilize shopping cart functionality throughout our site.